Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i a have to find exact location of circles with respect of x and y coordinates in the image.
plz help me
Posted
Comments
OriginalGriff 23-Feb-13 12:06pm    
What have you done so far?
Where are you stuck?
Sandeep Mewara 23-Feb-13 14:52pm    
And you tried...?
irfanniazi 25-Feb-13 10:13am    
yes but i am not having any idea about how to get position of circles inside image with respect to x y coordinates!!!!!!

1 solution

Hi,
Have you heard of canny algorithm?
Use the Canny algorithm to detect the edge of the circle, then you can calculate the centre.

See link on canny algorithm Canny Edge Detection in C#[^]

Regadrs
Jegan
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900