Borrar filtros
Borrar filtros

edge detection in image processing

4 visualizaciones (últimos 30 días)
ask.JPG
  1 comentario
darova
darova el 7 de Nov. de 2019
Try to binarize image
I1 = im2bw(I);
I2 = edge(I1);
imshow(I2)

Iniciar sesión para comentar.

Respuesta aceptada

JESUS DAVID ARIZA ROYETH
JESUS DAVID ARIZA ROYETH el 7 de Nov. de 2019
solution :
I=rgb2gray(imread('coins1.jpg'));
imshow(I)
bw1=edge(I,'sobel');
figure
imshow(bw1)

Más respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by