Effacer les filtres
Effacer les filtres

How do i cut the unnecessary portion from image other than edge of canal?

1 vue (au cours des 30 derniers jours)
Jainee Solanki
Jainee Solanki le 23 Nov 2017
Commenté : Image Analyst le 25 Nov 2017
n=imread('Canal_Images\a7.jpeg'); imshow(n); title('original');
img=rgb2gray(n); imshow(img);
b=edge(img,'canny');
imshow(b); title('canny');
After this, I need to cut the remaining portion other than the edge of the canal. So I need to cut the image to focus only on edge.How can I do it now?

Réponses (1)

KSSV
KSSV le 23 Nov 2017
Read imcrop .
  2 commentaires
Jainee Solanki
Jainee Solanki le 23 Nov 2017
I have to analyze so many canal images. How can I do cropping automatically? Plz send me the code of possible

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by