rust-faces
rust-faces copied to clipboard
Face Detection in Rust with Python Bindings
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...