フィルターのクリア

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 回表示 (過去 30 日間)

回答 (1 件)

Image Analyst
Image Analyst 2016 年 12 月 15 日
Try thresholding then calling regionfill().
  2 件のコメント
Ahmad Yahya
Ahmad Yahya 2016 年 12 月 20 日
can i get an examples of these two techniques plz
Image Analyst
Image Analyst 2016 年 12 月 20 日
Something like
binaryImage = grayImage < someThreshold;
output = imregionfill(grayImage, binaryImage);

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by