coordinate edge of the ceramic into pixel (x,y)
Show older comments
i have ceramic images, and how to know coordinate edge of the ceramic into coordinate pixel (x,y) i need coding to find coordinate edge.. pls help

Accepted Answer
More Answers (1)
Elad
on 1 Jun 2012
0 votes
try this .. a=imread() ; a=rgb2ycbcr(a); a=a(:,:,2); a=edge(a,'canny',[0.1 0.5],15); you can get the coordinates using find() for ones.
Categories
Find more on Ceramics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!