搜索资源列表
DevIL-SDK-1.6.5
- OpengL编程所需要的DevIL库文件和头文件!用来读取多种格式的纹理图像!-OpengL programming required DevIL libraries and header files! Used to read multiple formats Texture Image!
bmpfile
- 图像处理BMPFILE头文件,可以对BMP文件进行读取、保存和导入工作。是图像编程的接口。-Image processing BMPFILE header files, BMP files can be read, save and import. Graphical programming interface.
DPX_explainer
- 能够读取DPX图像文件中的头文件信息,包括文件大小、图像指针偏移、宽高比、创建时间-read DPX file header info,including file size, image offset, width&height and so on
CSharp-read-tiff
- C#读取TIF格式的图像,包括读取TIF格式图像的头文件、图像数据部分等。-C# read TIF format images, including the header file read TIF format image, the image data part
imageTechFunction
- vc图像处理技巧函数,总结出一个COperateBitmap类,可以实现方便的对图象的读取、保存、剪贴板操作、DIB和DDB的转换,下面列出头文件,工程文件我把它写成了一个MFC扩展DLL。-vc image processing techniques function, summed up a COperateBitmap categories, can be achieved easily on the image to read, save, clipboard operations, D
add_pro
- 在IDL中读取envi标准影像格式数据,包括img影像文件和hdr头文件-Envi read in the IDL standard image format data, including documents and image img header hdr
project
- the attached file contains bitmap image reader which read the file, header infor and data of image
bmpdisplay
- 读取BMP文件信息和显示,读取文件头信息,包括大小,长宽,水平和垂直分辨率,彩色数目,实际用到的彩色数目,关键颜色数目,压缩方式,每像素用到的bit数等-to read and display bmp file. output the header information, includnig file size, image width and height, horizontal and verticular resolution, number of color used and numb
jpeg
- JPEG 静态图像压缩 各文件功能说明如下: 1) JPEG压缩程序:gendat.exe 2) 为压缩后的数据加上JPEG文件头的程序genjpg.exe 3) 解JEPG压缩程序extrdat.exe 其中:(1)的输入参量是需要生成的压缩文件的名字。 主程序流程为: a) 程序初始化,读取文件名称、原始图像数据等基本数据; b) 从AC.TAB和DC.TAB两个文件生成AC表和DC表,存入数组 c) 以8×8为样本单位进行DCT变换 d) 以8×8为
BMPclass-4
- BMP圖檔讀取範例 包含檔頭資訊輸出,影像灰階輸出-BMP image file to read header information contains examples of output, the output gray scale image
CDICOM
- 用国际标準的dicom,进行程式的编辑,可读出標頭跟影像的一个程式-With international standards, dicom, the program' s editor, read the header with the image of a program
readheadfile
- 头文件读入,主要用于遥感图像头文件的读入-Header file to read, mainly for remote sensing image header file to read
image-read
- 根据bmp的header(长宽 位数 信息) 开始读文件 读出每个位置点的RGB分量,用3个3维数组,R[x][y][val],G[x][y][val],B[x][y][val] RGB组合成像素值(可能要求你输出灰度值),一个3维数组,P[x][y][val] -image read
headfie
- 包含了常用的一些读写图像的头文件,如BMP、RAW格式的像,直接把头文件添加使用即可。-Contains some commonly used to read and write the image header files, such as BMP, RAW format images, you can use to add files directly to your head.
dip_1_get_width_height
- 通过对bmp图像的头文件信息,读取lena.bmp的宽度和高度函数。-By bmp image header information, read lena.bmp the width and height functions.
Hyperspectral-image-readandwrite
- 用来读写高光谱遥感影像的matlab代码,支持BSQ,BIL,BIP格式,三种文件格式对应的是头文件*.lxw中的第5个数字,头文件可用写字板编辑-The matlab code used to read and write in Hyperspectral Imagery support BSQ, BIL, BIP, format, corresponding to three types of file formats is a header file*. Lxw in the first
ppmread
- 用matlab读取ppm图像的header, matrix-Matlab read ppm image header, matrix
hdfread_test
- 卫星影像头文件的读取及简单操作,是hdf4,目前多为hdf4,hdf5应用此程序无法实现-Read satellite image header file is hdf4, currently mostly hdf4, hdf5 application of this procedure can not be achieved
read image in c
- The bitmap header begins with the size of the header, which is then followed by the width and the height of the image data. If the height is a negative number, the image is stored from bottom to up. Usually the number of color planes is one.
read_ENVIimagefile
- ENVI软件标准格式的高光谱遥感图像含有两部分:一个是高光谱图像 '*.img ',另一个是遥感图像头文件 '*.hdr',该文件记录了遥感图像的信息,如图像尺寸、波段数、数据类型和大小端等。如果缺少头文件,将无法对遥感图像进行读取,因此头文件十分重要。 在Matlab中,将利用函数multibandread()对多波段(高光谱/多光谱)图像进行读取。(The hyperspectral remote sensing images of ENVI software standar