subsampling of image
19 次查看(过去 30 天)
显示 更早的评论
how can we perform sub sampling of image? Thanks in advance.
1 个评论
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
2011-9-27
Try imresize or something like this
subsampledImage = fullImage(1:2:end, 1:2:end);
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File 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!