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

More convenient way to call rust_faces::FaceDetector::detect

Open TheDidek opened this issue 5 months ago • 0 comments

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.

TheDidek avatar Sep 23 '24 14:09 TheDidek