摘要: clc;close all;clear;%地理坐标和像素坐标的相互转换[pic,R]=geotiffread('boston.tif'); %读取带地理坐标信息的tif影像[m,n,~]=size(pic);%像素坐标转换为地理坐标figure(1),imshow(pic),title('不带地理坐... 阅读全文
posted @ 2015-07-29 00:06 denny402 阅读(7387) 评论(0) 推荐(0)