필터 지우기
필터 지우기

Conversion of Vector Image into RGB Image

조회 수: 3 (최근 30일)
HUSNAIN RASHID
HUSNAIN RASHID 2018년 5월 17일
댓글: HUSNAIN RASHID 2018년 5월 21일
I convert the image into column vector i.e.
I=imread ('abc.jpg');
Vector_Img= I(:);
Now if I want to reconvert "vector_Img" into RGB image of size [34X34X3]; what should be done?

채택된 답변

Walter Roberson
Walter Roberson 2018년 5월 17일
reshape(Vector_Img, 34, 34, 3)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by