搜索资源列表
01 VC图像读取源代码
- 01 VC图像读取源代码,实现VC界面下读取各种格式图像-01 VC images read source code, VC interface formats to read images
Cif视频读取播放
- Cif视频图像读取和播放原代码
BMP图像处理头文件
- 一个图像读取的头文件的代码,对vc开发的程序员及其它编程人员进行图像处理大有裨益.-an image to read the first document of code, right vc development programmers and other programmers for image processing useful.
图像处理例程
- 图像的读取和显示,以及图像处理
bmp图像读取代码
- 这个程序可用于读取bmp图像
用MATLAB读取一幅图像
- 用MATLAB读取一幅图像,并且计算其图像信噪比,Using MATLAB to read an image and calculate the image SNR
实现了读取bmp图像到矩阵的转换
- 实现了读取bmp图像到矩阵的转换,是个很好的头文件,直接引入就能用,this code can covert bmp to matrix,
readhdf.利用IDL程序读取以HDF文件格式存放的卫星数据资料
- 利用IDL程序读取以HDF文件格式存放的卫星数据资料,并显示为图像。,Using IDL procedures to read the HDF file format stored in the satellite data, and displays the image.
tiffLib
- 一个关于TIFF图像读取的程序- Reads the procedure about the TIFF picture which takes
SGI库图像读取代码sgilib
- SGI库图像读取代码--Extract pictures from SCI library.
ImageFree
- 简单的图像读取显示代码,自己写的,支持BMP,JPG,GIF,TIFF,PNG等格式。-Simple image display read the code, wrote it myself, support BMP, JPG, GIF, TIFF, PNG and other formats.
图像读取
- 应用MFC框架 C++语言 及GDAl对图像进行读取及显示(Using MFC framework, C++ language and GDAl to read and display images)
test1
- 适用于初学者快速入门Opencv,基于Opencv的图像读取与显示(Image reading and displaying based on Opencv)
freadenvi
- matlab读取高光谱图像,把高光谱图像读取成一个矩阵,同时读取其他图像信息(Matlab reading hyperspectral images)
rawread
- raw图像读取,用于matlab的一个函数,直接使用,不同raw有所不同,这个转载自网上(Raw image read, used for a function of MATLAB, direct use, different raw different, this reprinted from the Internet)
数字图像处理-matlab代码
- matlab使用代码,包括图像读取及灰度变换,图像旋转,边缘检测,直方图均衡化,线性平滑滤波器等(Matlab uses code, including image reading and gray scale transformation, image rotation, edge detection, histogram equalization, linear smoothing filter, and so on)
NRRD读取
- 基于matlab编写的nrrd医学图像数据读取函数: nrrdread.m nrrdread_std.m(Nrrd medical image data read function based on MATLAB: Nrrdread.m Nrrdread_std.m)
高光谱图像读取matlab
- 用matlab读取高光谱图像,可以显示出每个波段的图像。(Reading hyperspectral images with MATLAB,a graph of each band can be displayed.)
c++图像处理-读取jpg图片
- 一个VC++编写的图像工具,通过不同图像函数实现bmp/jpg等图像,并比较图像读取时间,可以比较图像函数差异。