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

Circle Hough Transform improvements #1244

Merged
merged 23 commits into from
Oct 4, 2023

Conversation

rolalaro
Copy link

@rolalaro rolalaro commented Oct 3, 2023

  • Computation of the angular coverage and arc length ofthe visible part of a circle in a rectangular Region of Interest (RoI)
  • Circle candidates validation policy is now based on the ratio of visible pixels divided by the theoretical visible arc length of the circle in the image

rlagneau added 22 commits September 25, 2023 11:54
…ntained in a rectangular RoI. Missing cases where the circle is bigger than the RoI and where the circle is near a corner and thus crosses two borders
…ses where a single axis is crossed). WiP for two perpendicular axes crossing
…obability scheme, which is the ratio of the number of visible pixels divided by the theoretical number of visible pixels
…nd bottom are crossed and the third axis is touched
…top + the lateral axes are crossed once and the bottom one is not crossed in the RoI
… where the circle intersects the only the bottom and lateral side, once each
…t changes on the circle candidate validation policy
@rolalaro rolalaro changed the title Circle Hough Transform improvements [DRAFT] Circle Hough Transform improvements Oct 3, 2023
@rolalaro rolalaro changed the title [DRAFT] Circle Hough Transform improvements Circle Hough Transform improvements Oct 3, 2023
@fspindle fspindle merged commit c607ae9 into lagadic:master Oct 4, 2023
56 checks passed
@rolalaro rolalaro deleted the vpCHTimprovements branch October 5, 2023 06:28
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