フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

who can hehp me to solve that

1 回表示 (過去 30 日間)
frishta fro
frishta fro 2020 年 6 月 21 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Write a Matlab program to do the following operations in the attached image.
1- Find the negative of the brain image.
2- Reduce the intensity of Red channel by 80.
3- Increase the intensity of Green channel by 50.
4- Save the output image as a name brain2.jpg.
  6 件のコメント
Walter Roberson
Walter Roberson 2020 年 6 月 21 日
you do not use a percentage for that. When you read jpg images they are very likely to read in as uint8. You are not reducing by 80 percent, you are reducing by uint8(80)
KALYAN ACHARJYA
KALYAN ACHARJYA 2020 年 6 月 21 日
編集済み: KALYAN ACHARJYA 2020 年 6 月 21 日
@Frishta
R_result=round((1-0.8)*image_file(:,:,1));
If OK, do all by yourselt.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by