You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
arxsko...@gmail.com
on 21 Nov 2007 at 6:33The text was updated successfully, but these errors were encountered: