Commit 8a9876be authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

corrected description of goodFeaturesToTrack (ticket #1488)

parent 5353b976
......@@ -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.
......
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