subsampling of image

19 次查看(过去 30 天)
Promila
Promila 2011-9-27
how can we perform sub sampling of image? Thanks in advance.
  1 个评论
Jan
Jan 2011-9-27
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.

请先登录,再进行评论。

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Read, Write, and Modify Image 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by