coordinate edge of the ceramic into pixel (x,y)
Mostrar comentarios más antiguos
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

Respuesta aceptada
Más respuestas (1)
Elad
el 1 de Jun. de 2012
0 votos
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.
Categorías
Más información sobre Ceramics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!