Search for just a single object in the image, such as the largest face, storing the result into 'largestObject'. 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)
no test coverage detected