Awesome work with the ImageProcessor.
We're trying to do auto cropping based on facial recognition (focusing the center of the crop on the face). I don't think this exists but figured I'd check in and make sure. I did see that there was a "HaarObjectDetector" in the project but wasn't sure if this is ready and/or how to use it.
If it is ready, how can we use it?
I did get detection working but it's old code that works but only with the old OpenCV formats. I could never figure out how to translate that to the new formats so kept it hidden.
My advice would be to use the MS cognitive services to find the rectangle and then crop from there.
Facial detection?
Hi James,
Awesome work with the ImageProcessor.
We're trying to do auto cropping based on facial recognition (focusing the center of the crop on the face). I don't think this exists but figured I'd check in and make sure. I did see that there was a "HaarObjectDetector" in the project but wasn't sure if this is ready and/or how to use it. If it is ready, how can we use it?
Thanks
Hi Zac,
That's some digging!
I did get detection working but it's old code that works but only with the old OpenCV formats. I could never figure out how to translate that to the new formats so kept it hidden.
My advice would be to use the MS cognitive services to find the rectangle and then crop from there.
Cheers
James
Thanks James. We'll check that out.
Cheers
Zac
is working on a reply...