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

Canny lower threshold #1231

Merged
merged 2 commits into from
Sep 13, 2023
Merged

Canny lower threshold #1231

merged 2 commits into from
Sep 13, 2023

Conversation

rolalaro
Copy link

  • Added a method Canny method in vpImageFilter that takes both a lower and a upper thresholds
  • Apply Gaussian blur + Sobel operator in vpImageFilter::canny before calling cv::Canny
  • Added a lower Canny threshold parameter in the vpCircleHoughTransform class

rlagneau added 2 commits September 12, 2023 13:59
…per Canny thresholds as parameters + apply Gaussian blur and Sobel filters before calling cv::Canny
@fspindle fspindle merged commit fed5b91 into lagadic:master Sep 13, 2023
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.

2 participants