Closed facundo-lezama closed 2 years ago
To address https://github.com/tryolabs/norfair/issues/197 we added the possibility of setting qualityLevel in cv2.goodFeaturesToTrack used in MotionEstimator class. This setting allows to modify the minimal accepted quality of image corners.
qualityLevel
cv2.goodFeaturesToTrack
MotionEstimator
To address https://github.com/tryolabs/norfair/issues/197 we added the possibility of setting
qualityLevel
incv2.goodFeaturesToTrack
used inMotionEstimator
class. This setting allows to modify the minimal accepted quality of image corners.