Effacer les filtres
Effacer les filtres

how can i segment image into blocks

1 vue (au cours des 30 derniers jours)
Ahmed almansory
Ahmed almansory le 19 Déc 2012
i want to design neural network for image compression , the first step is dividing the image into sub image then convert sub image from 2-dimension to 1-dimension input vector for neural network.

Réponses (1)

Matt J
Matt J le 19 Déc 2012
One way is using this file
Example:
A=rand(80);
subimages=mat2tiles(A,[8,8]); %break into 8x8 blocks

Catégories

En savoir plus sur Image Data Workflows 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