edge detection in image processing
Mostrar comentarios más antiguos

1 comentario
darova
el 7 de Nov. de 2019
Try to binarize image
I1 = im2bw(I);
I2 = edge(I1);
imshow(I2)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Object Analysis 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!