convert red channel to green

3 ビュー (過去 30 日間)
ahmed Khaleel
ahmed Khaleel 2017 年 1 月 29 日
回答済み: Walter Roberson 2017 年 1 月 29 日
is there any way to convert RGB image red-channel into green-channel for the same image I know that I can get it by using image(:,:,2).

採用された回答

Walter Roberson
Walter Roberson 2017 年 1 月 29 日
TheImage(:, :, [2 1 3])
This would swap the color planes

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Filtering and Enhancement についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by