Search for objects such as faces in the image using the given parameters, storing the multiple cv::Rects into 'objects'. Can use Haar cascades or LBP cascades for Face Detection, or even eye, mouth, or car detection. Input is temporarily shrunk to 'scaledWidth' for much faster detection, since 200 is enough to find faces.
source not stored for this graph (policy: none)
no test coverage detected