how to remove blue color from img

11 ビュー (過去 30 日間)
Lukasz Jarod
Lukasz Jarod 2015 年 1 月 9 日
編集済み: Image Analyst 2018 年 10 月 17 日
how can i remove only blue color from img??

採用された回答

Image Analyst
Image Analyst 2015 年 1 月 9 日
How about
rgbImage(:,:,3) = 0; % Remove all blue components from every pixel.
Otherwise, attach your image (like most other people who want image processing advice do) and explain what you mean.
  4 件のコメント
bindhu a
bindhu a 2017 年 6 月 27 日
hi.. how do i remove yellow color cast... i tried reducing the pixel values of red and green channel but could not... how can i determine which color (color cast) dominates the image and by how many percentage?
Image Analyst
Image Analyst 2017 年 6 月 27 日
That should do it. Try using colorcloud() to see the 3-D color gamut.

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

その他の回答 (1 件)

Faaiza Rashid
Faaiza Rashid 2018 年 10 月 17 日
編集済み: Image Analyst 2018 年 10 月 17 日
How do I remove this blue mark from attached image?
  1 件のコメント
Image Analyst
Image Analyst 2018 年 10 月 17 日
編集済み: Image Analyst 2018 年 10 月 17 日
Explain in detail what "remove" means to you, keeping in mind that images must remain rectangular, not have irregular "holes" in them. Do you want to make it all solid, pure black? Do you want it to have the same coloration as the lighter skin? Why do you need to remove it anyway? It looks like you probably are interested in the dark melanin regions so why can't you just find the blue and ignore it? Have you tried the Color Thresholder app on the Apps tab or the tool ribbon? If not, why not?

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

カテゴリ

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