vectorize high dimensional image

1 vue (au cours des 30 derniers jours)
Krishna Subiyanto
Krishna Subiyanto le 9 Déc 2019
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.

Réponse acceptée

Matt J
Matt J le 9 Déc 2019
result = reshape(yourImage,[],102).';

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by