Updated by Alexander Shishkov about 13 years ago
Dear OpenCV [[OpenCV]] Team,
In Python OpenCV [[OpenCV]] 2.2 Documentation (It appear as 2.1) the description of the function DrawContours [[DrawContours]] does not match with the parameters that the function needs to run.
Parameters that are documented: img, contour, external_color, hole_color, max_level, thickness=1, lineType=8, offset=(0, 0)
Parameters the function really have: image, contours, contourIdx, color, [thickness], [typeLine]
Link to documentation: http://opencv.willowgarage.com/documentation/python/core_drawing_functions.html?highlight=drawcontours#DrawContours
In Python OpenCV [[OpenCV]] 2.2 Documentation (It appear as 2.1) the description of the function DrawContours [[DrawContours]] does not match with the parameters that the function needs to run.
Parameters that are documented: img, contour, external_color, hole_color, max_level, thickness=1, lineType=8, offset=(0, 0)
Parameters the function really have: image, contours, contourIdx, color, [thickness], [typeLine]
Link to documentation: http://opencv.willowgarage.com/documentation/python/core_drawing_functions.html?highlight=drawcontours#DrawContours