subsampling of image

19 visualizaciones (últimos 30 días)
Promila
Promila el 27 de Sept. de 2011
how can we perform sub sampling of image? Thanks in advance.
  1 comentario
Jan
Jan el 27 de Sept. de 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.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 27 de Sept. de 2011
Try imresize or something like this
subsampledImage = fullImage(1:2:end, 1:2:end);

Más respuestas (0)

Categorías

Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by