rust-faces icon indicating copy to clipboard operation
rust-faces copied to clipboard

Face Detection in Rust with Python Bindings

Results 3 rust-faces issues
Sort by recently updated
recently updated
newest added

The landmarks for a face are returned as a `Vec` which does not tell users of the API what any particular landmark is. Could the API return an enum for...

I'm experimenting with using rust-faces in a [Linux photo gallery app](https://flathub.org/apps/app.fotema.Fotema) I develop but I was unable to compile against the latest release. Looks like the problem is some differences...

In my program I use `image::ImageBuffer` type to pass images. Using `ToArray3` requires `Subpixel` type instead of `Vec`, which is inconvenient. Would be great to use `detect` method with more...