coordinate edge of the ceramic into pixel (x,y)
Mostra commenti meno recenti
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

Risposta accettata
Più risposte (1)
Elad
il 1 Giu 2012
0 voti
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.
Categorie
Scopri di più su Ceramics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!