フィルターのクリア

Assigning RGB values to a new 3D RGB image

2 ビュー (過去 30 日間)
t4741
t4741 2019 年 9 月 7 日
編集済み: DGM 2024 年 1 月 31 日
I am trying to apply a set of calculated RGB values as new values for a position in a m x n x 3 image. My attempt is shown in the code provided.
My error is in the line staticImage{i,j,:] = staticImage(1,j,newPixels) where i am trying to replace the layer at point i,j with the new RGB values 'newPixels'
Does anyone know how to do this?

採用された回答

Stephen23
Stephen23 2019 年 9 月 7 日
staticImage(i,j,:) = [R,G,B];

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by