资源简介
主要是多光谱多波段两幅图像的变化检测求得差异影像 大家可以参考参考 运行主程序
代码片段和文件信息
function [imagept] = freadenvi(fname);
% freadenvi - read ENVI image (V. Guissard Apr 29 2004)
%
% Reads an image of ENVI standard type
% to a [(lines x samples) x bands] MATLAB array
%
% Syntax
%
% image = freadenvi(fname);
% [imagep] = freadenvi(fname);
% [imagept] = freadenvi(fname);
%
% INPUT :
%
% fname string giving the full pathname of the ENVI image to read
%
% OUTPUT :
%
% image lines by samples by bands array containing the ENVI image values organised in
% (lines x samples) x bands.
% p 1 by 3 vector that contains (1) the number of samples (2) the
% number of liness and (3) the number of bands of the opened image.
%
% t string describing the image data type in MATLAB convention.
%
% NOTE : freadenvi needs the corresponding ima
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-01-14 17:31 CVA差异影像1\
文件 4193376 2013-10-15 14:04 CVA差异影像1\2000
文件 1227 2013-10-15 14:04 CVA差异影像1\2000.hdr
文件 2096688 2013-09-30 10:29 CVA差异影像1\2006
文件 1664 2013-09-30 10:29 CVA差异影像1\2006.HDR
文件 176698 2015-01-09 11:48 CVA差异影像1\CVAImage.tif
文件 3689 2015-01-09 11:14 CVA差异影像1\freadenvi.m
文件 3826 2015-01-09 11:17 CVA差异影像1\freadenvit.m
文件 925 2015-01-09 11:45 CVA差异影像1\main.asv
文件 928 2015-01-09 11:48 CVA差异影像1\main.m
- 上一篇:One-Rank-Cuckoo-Search
- 下一篇:PMSM_SMO-(1)
评论
共有 条评论