QuadFlask / smartcrop-java

smartcrop implementation in Java
MIT License
21 stars 11 forks source link

add opencv #3

Open yinjun622 opened 5 years ago

dpapworth commented 5 years ago

Coincidentally I have also been working on this code recently to incorporate face detection using different OpenCV algorithms (Haar Cascade and DNN). I've also updated the code to closer match the current smartcrop.js algorithm. I will submit this as a PR when I get the chance.