-
Hello anyone,
When you are planning to add support for the new format haar cascade classifiers?
Thanks in advance
Dmitry
-
ATwoLayerNighttimeVehicleDetector.pdf
-
Hi,
congrats on the project, I am using ruby-opencv but wanted to give this gem a go.
I am loosing following this tutorial:
http://docs.opencv.org/doc/tutorials/objdetect/cascade_classifier/cascade_…
-
It is great that ccv will add icf based algorithm for pedestrian detection. Hope to provide a detection model and brief usages (just like BBF, DPM, etc) to use it.
-
I'm interested in contributing some additional cascades for the BBF detection. Where did you get your face cascades from? I see there's some data sets in libccv
-
The face.js looks like a stage classifier cascade similar to what's used in OpenCV. Is it possible to convert the existing OpenCV Haar or LBP classifiers to your format, and if so, how is it done? Alt…