Commit 3f86fd82 authored by Haoxiang Li's avatar Haoxiang Li

update: detected rectangles may be partially outside the image

parent 4cc3dfe2
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment