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!