MCPcopy Create free account
hub / github.com/MasteringOpenCV/code / detectManyObjects

Function detectManyObjects

Chapter8_FaceRecognition/detectObject.cpp:117–132  ·  view source on GitHub ↗

Search for many objects in the image, such as all the faces, storing the results 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. Note: detectLargestObject() should be faster than detectManyObjects().

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

detectObjectsCustomFunction · 0.85

Tested by

no test coverage detected