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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected