xiaohongwu / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Hough circles detector #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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