필터 지우기
필터 지우기

storing an image intensity value as an array

조회 수: 6 (최근 30일)
Durga
Durga 2014년 10월 19일
댓글: Durga 2014년 10월 19일
how to store intensity values of an image into a matrix via matlab code.i have tried a code which prints the values of intensities using:
for i=1:1.0:455
for j=1:1.0:306
val=impixel(img2,i,j);
disp(val);
end
end
**Image array is already the intensity matrix..but how can i store it into an array which is user defined variable

채택된 답변

Rick Rosson
Rick Rosson 2014년 10월 19일

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by