Hi,
is there a way to make ofxCv::ObjectFinder detect faces with haar in a 90˚ angle way?
basically rotate the detection 90 cw or ccw
kind regards
Hi,
is there a way to make ofxCv::ObjectFinder detect faces with haar in a 90˚ angle way?
basically rotate the detection 90 cw or ccw
kind regards
Maybe easiest to just rotate your incoming image?
http://openframeworks.cc/documentation/graphics/ofPixels/#show_rotate90
Check ofxCoreImageDetector, allows you angle face detection and tracker,
also smile detection