Top "Cascade-classifier" questions

Recommended values for OpenCV detectMultiScale() parameters

What are the recommended parameters for CascadeClassifier::detectMultiScale() and depending on which factors I should change default parameters? void CascadeClassifier::…

c++ opencv cascade-classifier
Meaning of Parameters of detectMultiScale(a, b, c)

OpenCV-Python version 3.4.1 I am trying to detect multiple objects through a camera. The objects are Face, eyes, spoon, pen. Spoon …

opencv opencv3.0 object-detection cascade-classifier opencv-python
Detecting mouth with openCV

I am trying to detect the mouth in an image with openCV, so I am using the following code: #include "…

opencv haar-classifier cascade-classifier
OpenCV: Improving the speed of Cascades detection

I need to detect people in real time using OpenCV Cascades. Currently I am using the trained cascade files which …

opencv image-processing computer-vision cascade-classifier