Effacer les filtres
Effacer les filtres

how can i extract only this green region ?

2 vues (au cours des 30 derniers jours)
sufian ahmed
sufian ahmed le 15 Juil 2017
Commenté : Image Analyst le 15 Juil 2017
I want to extract those region which has the only green channels value. is it possible after converting in gray scale i can extract green channel region ? I already tried the following code but it not works.
Im = imread('1.jpg');
Im=imrotate(Im,-90);
figure,imshow(Im);
Im = imresize(Im, [512 512]);
diff_im = Im(:,:,2);
figure,imshow(diff_im);

Réponses (1)

Image Analyst
Image Analyst le 15 Juil 2017
Try the Color Thresholder App on the Apps tab,
or see my color segmentation demos in My File Exchange,
or see the attached video that tracks green in a video.
  4 commentaires
sufian ahmed
sufian ahmed le 15 Juil 2017
sorry for that. but red is just a mark. i want to extract the region inside the red mark. my input is image.
Image Analyst
Image Analyst le 15 Juil 2017
Then the Color Thresholder app should work for you. Use it and export your code. If it still doesn't work then write back.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Segmentation and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by