Effacer les filtres
Effacer les filtres

i have this gray image and i need a matlab code to remove the black text only with keeping the eagle image which in the bottom? please help .. Thanks

1 vue (au cours des 30 derniers jours)

Réponses (1)

Image Analyst
Image Analyst le 15 Déc 2016
Try thresholding then calling regionfill().
  2 commentaires
Image Analyst
Image Analyst le 20 Déc 2016
Something like
binaryImage = grayImage < someThreshold;
output = imregionfill(grayImage, binaryImage);

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Processing Toolbox 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