subsampling of image

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일

2 개 추천

Try imresize or something like this
subsampledImage = fullImage(1:2:end, 1:2:end);

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by