Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~97 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for Zube_1

i have written a code in matlab.... it goes like I=imread('path'); c=~im2bw(i); [x,y]=find(c==1); a=median(x); b=median(y); d=plot(b,a,'r.'); imshow(d); basic task is to take an image of a block with a small circle mark.... find the location of circle ([x,y] in code above)....find centre of circle (a, b in this code)....and place …

Member Avatar for koulakhilesh
0
97