how to put an image's pixels in one array in matlab?

조회 수: 1 (최근 30일)
bita hallajian
bita hallajian 2017년 10월 18일
댓글: Jan 2017년 10월 18일
I want to put an image' pixels in one array in MATLAB programming.
  댓글 수: 1
Adam
Adam 2017년 10월 18일
What's the problem? Read it in, it's an array.

댓글을 달려면 로그인하십시오.

답변 (1개)

KSSV
KSSV 2017년 10월 18일
I = imread('cameraman.tif') ;
iwant = I(:) ;

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by