smartcrop.js
smartcrop.js copied to clipboard
Experiment with a hog/svm based face / object detector.
The opencv face detector creates quite a bit of trouble. It might be possible to create or port a better solution based on histograms of oriented gradients and support vector machines.
This is one solution using HOG and a linear SVM.