edge detection in image processing

1 vue (au cours des 30 derniers jours)
K G V Kalyan Sreenivas Kumar
ask.JPG
  1 commentaire
darova
darova le 7 Nov 2019
Try to binarize image
I1 = im2bw(I);
I2 = edge(I1);
imshow(I2)

Connectez-vous pour commenter.

Réponse acceptée

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by