subsampling of image

19 vues (au cours des 30 derniers jours)
Promila
Promila le 27 Sep 2011
how can we perform sub sampling of image? Thanks in advance.
  1 commentaire
Jan
Jan le 27 Sep 2011
Please post any details. Explain the available inputs, the wanted algorithm and parameters as well as the wanted output. If you do noit know the algorithm, give us enough details of the wanted transformation, that we can determine the necessary algorithm uniquely.

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 27 Sep 2011
Try imresize or something like this
subsampledImage = fullImage(1:2:end, 1:2:end);

Plus de réponses (0)

Catégories

En savoir plus sur Read, Write, and Modify Image 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