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개)

카테고리

도움말 센터File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

제품

질문:

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