Commit 9e712412 authored by Maksim Shabunin's avatar Maksim Shabunin

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

parents b5429140 1c8b1b2d
...@@ -1828,7 +1828,8 @@ with qualityLevel=B . ...@@ -1828,7 +1828,8 @@ with qualityLevel=B .
@param image Input 8-bit or floating-point 32-bit, single-channel image. @param image Input 8-bit or floating-point 32-bit, single-channel image.
@param corners Output vector of detected corners. @param corners Output vector of detected corners.
@param maxCorners Maximum number of corners to return. If there are more corners than are found, @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 @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 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 (see cornerMinEigenVal ) or the Harris function response (see cornerHarris ). The corners with the
......
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