搜索资源列表
ENVIwavelet
- Envi遥感软件:ENVI的小波融合程序-Envi Remote Sensing Software: ENVI wavelet fusion procedures
MATLABtoENVI
- 这个是用matlab编写的读取遥感图像envi的程序-This is prepared using matlab to read the procedures for remote sensing image envi
read
- 好的读图程序,使matlab可以迅速读出img等格式的图像,方便图像在envi与matlab之间转换-Good in image process, so you can quickly read matlab img image formats for easy image conversion between the envi and matlab
freadenvi_image
- 在matlab中读取envi图像的源代码-Envi image in matlab to read the source code
readenvi
- 主要讲述的是基于matlab软件读取envi格式遥感图像的m文件-Focuses on software is based on reading the envi matlab m-file format of remote sensing images
bayes_classifier
- 将envi文件转成matlab可读的数据-To envi documents into matlab readable data
read_ENVI
- matlab编程,读取ENVI图像,用matlab读取遥感图像,用于后续的分类处理-read image
MATLAB-ENVI
- 该程序用于matlab读取ENVI标准格式文件,直接运行READFILE,选择需要打开的图像文件即可-The program for the matlab read ENVI standard format files directly run READFILE, select the desired image file can be opened
ReadHypImgENVItoMat
- 读取envi格式的高光谱img影像,将其转化为matlab中的数据矩阵。输入为行数、列数、波段数和数据类型。-Read envi img format hyperspectral images, convert it into matlab data matrix. Enter the number of rows, number of columns, number of bands, and data types.
enviwrite
- 本代码是一个功能丰富的matlab函数,能够将matlab平台下的任意数组,保存为envi格式的本地文件,功能十分稳定,能够适用于各个版本的matlab 和 envi平台-This is the matlab code to write a matlab matrix memory into a local file of ENVI format. This code is stable and suits to all versions of matlab and envi
enviread
- 使用MATLAB读取envi的标准格式文件,MATLAB处理遥感影像的初步过程-Use MATLAB to read envi standard file format, MATLAB preliminary remote sensing image processing process
envi
- matlab处理envi数据的读写输入操作,很好用,直接读取,为后续处理做准备。-matlab processing envi read and write data input operation, easy to use, directly read in preparation for subsequent processing.
enviread
- 利用multibandread函数,此函数用于读取多波段二进制影像文件。至于何为二进制影像文件,简单地说ENVI主菜单file—save file as—envi standard得到的就是二进制影像文件,有时甚至会看到后缀名为bsq、bil、bip等影像,也是二进制影像文件。 对于一幅tif格式的高光谱影像,这里有两种方法将影像读入matlab: (1)直接利用imread函数读取,不知为何tif格式的高光谱影像居然可以读取,但是速度挺慢 (2)利用multibandread函数读
Practice
- 实现IDL(不借助ENVI函数)和Matlab读取ENVI Standard文件。代码经测试,全部可以读取N波段的ENVI Standard文件,返回数据集矩阵。-Implement IDL (ENVI function without the aid) and Matlab read ENVI Standard file. The code has been tested, all bands can be read N ENVI Standard file and return the da
RGB
- 读取envi的img格式,需要有hdr文件(To read the IMG format of envi, you need to have a HDR file)
display_single_channle
- 读取envi高光谱数据,哈哈哈哈哈哈哈哈哈哈哈(read envi data hhhhhhhhhhhhhhhhhhh)
enviread
- 用于读取标准envi格式的遥感影像,包括打开、显示并保存(read standard envi format of remote sensing images)
read_ENVIimagefile
- ENVI软件标准格式的高光谱遥感图像含有两部分:一个是高光谱图像 '*.img ',另一个是遥感图像头文件 '*.hdr',该文件记录了遥感图像的信息,如图像尺寸、波段数、数据类型和大小端等。如果缺少头文件,将无法对遥感图像进行读取,因此头文件十分重要。 在Matlab中,将利用函数multibandread()对多波段(高光谱/多光谱)图像进行读取。(The hyperspectral remote sensing images of ENVI software standar
read_envi
- 本函数用于读取envi软件格式的光谱图像(.img与.hdr)到matlab中。(This function is used to read spectral images of envi software format (.Img and.Hdr) to Matlab.)