corrected description of goodFeaturesToTrack (ticket #1488)

This commit is contained in:
Vadim Pisarevsky 2011-12-03 20:01:12 +00:00
parent 5353b97605
commit 8a9876bee2

View File

@ -228,6 +228,10 @@ Determines strong corners on an image.
:param image: Input 8-bit or floating-point 32-bit, single-channel image.
:param eigImage: The parameter is ignored.
:param tempImage: The parameter is ignored.
:param corners: Output vector of detected corners.
:param maxCorners: Maximum number of corners to return. If there are more corners than are found, the strongest of them is returned.