how to split satellite image with coordinates and how to increase matrix dimension to 720x360

2 ビュー (過去 30 日間)
VINDUJA
VINDUJA 2022 年 12 月 13 日
回答済み: Siraj 2023 年 8 月 28 日
have a raster image of world bit not include antartica portion ,need to split the raster to stack with GRACE img and nee to increase the size of raster as same as grace 720x360
  1 件のコメント
Jan
Jan 2022 年 12 月 13 日
The description is lean yet. Please post, what you have tried so far and ask a specific question concerning Matlab.

サインインしてコメントする。

回答 (1 件)

Siraj
Siraj 2023 年 8 月 28 日
Hii! It is my understanding that you want to read a rafter image, split that image, and resize it.
To read the image you can use imread” or “readgeoraster” depending on the file that you want to read. You can learn more about these functions by following the links below.
Now there are multiple ways of splitting an image, since the image will be stored as an array, so you can simply use array indexing to extract the different regions of interest, or you can refer to the following link to better understand different ways of splitting an image.
Now to resize the image you can use the “imresize” function. Refer to the documentation below to learn more about the function.
Hope this helps

カテゴリ

Help Center および File ExchangeRead, Write, and Modify Image についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by