Merge pull request #493 from pppoe:master

pull/430/merge
Andrey Kamaev 12 years ago committed by OpenCV Buildbot
commit ec7a7c0f7c
  1. 2
      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.

Loading…
Cancel
Save