photo

Yan Tong


Last seen: 6 days ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
Read/write georeferenced image
You can try this! [A,R] = readgeoraster(infilename); info = geotiffinfo('input_image.tif'); geoTags = info.GeoTIFFTags.GeoKey...

11 months ago | 0

Answered
Saving matrix as a .tiff file with projection?
According to the error shown in MATLAB, you should do as followings:  [A, R]=geotiffread('filename');  info=geotiffinfo('filen...

4 years ago | 1