goodFeaturesToTrack

Description

Determines strong corners on an image.

Signature

cv2.goodFeaturesToTrack(image, maxCorners, qualityLevel, minDistance[, corners[, mask[, blockSize[, useHarrisDetector[, k]]]]]) → corners

Parameters

Explanation

The function finds the most prominent corners in the image or in the specified image region, as described in [215].

Notes


References

Created with OpenCV 4.4.0