{% extends "base.html" %} {% block title %} goodFeaturesToTrack {% endblock %} {% block description %}

Determines strong corners on an image.

{% endblock %} {% block signature %}
cv2.goodFeaturesToTrack(image, maxCorners, qualityLevel, minDistance[, corners[, mask[, blockSize[, useHarrisDetector[, k]]]]]) → corners
{% endblock %} {% block parameters %} {% endblock %} {% block explanation %}

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

{% endblock %} {% block notes %} {% endblock %} {% block references %} {% endblock %}