From 3f86fd82f83f9e9b8cbe0f0df3dddf0d6f0810df Mon Sep 17 00:00:00 2001 From: Haoxiang Li Date: Fri, 15 Feb 2013 11:05:56 -0500 Subject: [PATCH] update: detected rectangles may be partially outside the image --- modules/objdetect/doc/cascade_classification.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/objdetect/doc/cascade_classification.rst b/modules/objdetect/doc/cascade_classification.rst index eb07a6c8f..60b9a2696 100644 --- a/modules/objdetect/doc/cascade_classification.rst +++ b/modules/objdetect/doc/cascade_classification.rst @@ -201,7 +201,7 @@ Detects objects of different sizes in the input image. The detected objects are :param image: Matrix of the type ``CV_8U`` containing an image where objects are detected. - :param objects: Vector of rectangles where each rectangle contains the detected object. + :param objects: Vector of rectangles where each rectangle contains the detected object, the rectangles may be partially outside the original image. :param scaleFactor: Parameter specifying how much the image size is reduced at each image scale.