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

Hough circles detector #38

Closed
GoogleCodeExporter opened this issue Mar 22, 2016 · 1 comment
Closed

Hough circles detector #38

GoogleCodeExporter opened this issue Mar 22, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi, I'm working in a project called GeoMetriX, it works with a camera that 
i projected to an area of 40cm X 40cm, in the area i have circles, squares 
and triangles, i already binarize the image and apply a sobel edge 
detector, so i already have only the edges of the figures.
I only have 3 circles 3 squares and 3 triangles at the moment, but when i 
used Hough circles detector with 
AForge.Imaging.HoughCircleTransformation HCT = new 
AForge.Imaging.HoughCircleTransformation(4);
OR
AForge.Imaging.HoughCircleTransformation HCT = new 
AForge.Imaging.HoughCircleTransformation(5);
It detects like 234 circles, mmm i dont know if i should change the 
intensityt min and max, or what i should do. 

Thanks, and sorry for my english, im from Mexico.

Aldo Sandoval Monsivais
the_nes@hotmail.com

Original issue reported on code.google.com by arxsko...@gmail.com on 21 Nov 2007 at 6:33

@GoogleCodeExporter
Copy link
Author

So what is the issue? You have marked it as defect, but where is defect?

The place is to submit bugs or enhancement requests, but not questions.

Here is your place:
http://groups.google.com/group/aforge

Original comment by andrew.k...@gmail.com on 22 Nov 2007 at 4:34

  • Changed state: Invalid
  • Added labels: Priority-Low, Type-Other
  • Removed labels: Priority-Medium, Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant