Merge pull request #6906 from jet47:goodFeaturesToTrack-maxCorners-docs

This commit is contained in:
Maksim Shabunin 2016-07-15 09:06:55 +00:00
commit 9e7124127f

View File

@ -1828,7 +1828,8 @@ with qualityLevel=B .
@param image Input 8-bit or floating-point 32-bit, single-channel image.
@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.
the strongest of them is returned. `maxCorners <= 0` implies that no limit on the maximum is set
and all detected corners are returned.
@param qualityLevel Parameter characterizing the minimal accepted quality of image corners. The
parameter value is multiplied by the best corner quality measure, which is the minimal eigenvalue
(see cornerMinEigenVal ) or the Harris function response (see cornerHarris ). The corners with the