coordinate edge of the ceramic into pixel (x,y)
Afficher commentaires plus anciens
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

Réponse acceptée
Plus de réponses (1)
Elad
le 1 Juin 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.
Catégories
En savoir plus sur Ceramics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!