subsampling of image
19 views (last 30 days)
Show older comments
how can we perform sub sampling of image? Thanks in advance.
1 Comment
Jan
on 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.
Accepted Answer
Image Analyst
on 27 Sep 2011
Try imresize or something like this
subsampledImage = fullImage(1:2:end, 1:2:end);
0 Comments
More Answers (0)
See Also
Categories
Find more on Read, Write, and Modify Image in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!