how can I perform the upscale resampling of satellite image using matlab? (matlab 2017a)
조회 수: 3 (최근 30일)
이전 댓글 표시
There is an geotiff image with 1 meter per pixel. I want to resample as 5 and 20 meters per pixel of image and save as geotiff image with map reference. How to resample? At the same time, I should modify or newly define the map reference properties of CellExtentInWorldX, CellExtentInWorldY, RasterSize, XIntrinsicLimits and YIntrinsicLimits. The last two properties could not be modified or defined, which are the read-only properties. Besides, I also try to save the image after clipping the image by binary mask.It is also because of the read-only properties mentioned above.

댓글 수: 1
KSSV
2018년 4월 27일
YOu need to do interpolation for that. We can help you only on showing your code and input image.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!