rust-faces
rust-faces copied to clipboard
More convenient way to call rust_faces::FaceDetector::detect
In my program I use image::ImageBuffer<image::Rgb<u8>, Vec<u8>>
type to pass images.
Using ToArray3
requires Subpixel
type instead of Vec<u8>
, which is inconvenient. Would be great to use detect
method with more direct image types.