vectorize high dimensional image

조회 수: 2 (최근 30일)
Krishna Subiyanto
Krishna Subiyanto 2019년 12월 9일
댓글: Krishna Subiyanto 2019년 12월 9일
hy all,
I have an image with size 1096x715x102, i would like to vectorize it into 2 D data with size 102x783640. I have use reshape function to vectorize 1096x715x1 into 1x783640 but I do not understand how to applied it to all the dataset and arrange them into single image with size 102x783640.

채택된 답변

Matt J
Matt J 2019년 12월 9일
result = reshape(yourImage,[],102).';

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by