hello i have a question that how to replace the pixel value with other pixel value

 採用された回答

David Sanchez
David Sanchez 2014 年 3 月 4 日

0 投票

Just assign the value: For pixel (i,j), given a RGB image (n x m x 3 matrix):
p(i,j,:) = [0.2 0.4 0.5];

その他の回答 (0 件)

カテゴリ

製品

質問済み:

2014 年 3 月 4 日

回答済み:

2014 年 3 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by