coordinate edge of the ceramic into pixel (x,y)
Ältere Kommentare anzeigen
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

Akzeptierte Antwort
Weitere Antworten (1)
Elad
am 1 Jun. 2012
0 Stimmen
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.
Kategorien
Mehr zu Ceramics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!