Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added optional quality_level field to MotionEstimator class #200

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

facundo-lezama
Copy link
Collaborator

To address #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.

@dekked dekked changed the title Added optional quality_level field to MotionEstimator class Added optional quality_level field to MotionEstimator class Oct 4, 2022
@dekked dekked merged commit 1a381c1 into master Oct 4, 2022
@dekked dekked deleted the motion-estimator-quality-level branch October 4, 2022 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request to make QualityLevel from cv2.goodFeaturesToTrack available in MotionEstimator
3 participants