搜索资源列表
Read_MNIST_DataSet
- 读取MNIST数据集中图像数据文件和图像标签文件并转化成BMP图片和txt格式的标签数据。本程序简单易用,注释清楚。直接运行代码,选择相应文件即可输出BMP图片或txt文件。-The program is used to read the MNIST data set and translate the image data file and image label file into BMP or txt files.
BMP_READ_WRITE
- 完全用C语言实现BMP图像的读取和保存。虽然Matlab和OpenCV能直接读取图像,但有时要求必须用C语言实现。虽然比较麻烦,但有时用得上-Entirely in C language to read and save BMP images. Although the Matlab and OpenCV can directly read the image, but sometimes required to use C language. Although it is troublesom
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函数读