搜索资源列表
读取bmp
- BMP图像文件格式是微软公司为其Windows环境设置的标准图像格式,而且 Windows系统软件中还同时内含了一系列支持BMP图像处理的API函数,随着Windows 在世界范围内的不断普及,BMP文件格式无疑也已经成为PC机上的流行图像文件格 式。它的主要特点可以概括为:文件结构与PCX文件格式类似,每个文件只能存放一幅图像;图像数据是否采用压缩方式存放,取决于文件的大小与格式,即压缩处理成为图 像文件的一个选项,用户可以根据需要进行选择。
用Java编写HTML文件分析程序
- 用Java编写HTML文件分析程序 一、概述 Web服务器的核心是对Html文件中的各标记(Tag)作出正确的分析,一种编程语言的解释程序也是对源文件中的保留字进行分析再做解释的。实际应用中,我们也经常会碰到需要对某一特定类型文件进行要害字分析的情况,比如,需要将某个HTML文件下载并同时下载与之相关的.gif、.class等文件,此时就要求对HTML文件中的标记进行分离,找出所需的文件名及目录。在Java出现以前,类似工作需要对文件中的每个字符进行分析,从中找出所需部
12.如何读取与显示JPG等格式图像文件?
- 12.如何读取与显示JPG等格式图像文件?这是一个很多人都难以解决的问题!-How to read and display some special image file such as JPG and some other formats? Maybe it s a difficult problem!
WinCE显示JPEG、读写INI文件
- 采用Platform Builder进行编程,可以显示JPEG图像、并读取INI文件。在嵌入式定位导航系统中应用。-using Platform Builder program can display JPEG images. INI file and read. Embedded in the GPS navigation system applications.
blobs
- 一个在数据库中读取图像文件的例子,使用vc++编写-one in the database to read image files example, the use of vc + +
vtkBmpReader-Example
- 利用vtk的类vtkBmpReader类读取图像文件并显示的例子。自己写的,供vtk初学者用。-use VTK class category vtkBmpReader read image files and show examples. Their written for beginners with VTK.
JPGinDB
- VC保存和显示数据库图像(JPG、JPEG),具有保存图片数据到数据库,和从数据库读取图像文件并且显示在界面的功能
vc读取摄像头文件
- 从摄像头读取图像的vc代码
vc++MFC逐帧读取视频文件
- vc++MFC逐帧读取视频文件,保存所读帧为BMP图像文件,vc++ MFC read video files frame by frame, to preserve the time-frame to BMP image files
C/C++语言实现打开各种图像文件(BMP, GIF, JPG,
- C/C++语言实现打开各种图像文件(BMP, GIF, JPG,
C、C++读取图片
- C/C++语言实现打开各种图像文件(BMP, GIF, JPG,
CImg-1.3.1
- 一个简单的读取图像文件、进行图像处理的开放源码-The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file CImg.h providing a minimal set of C++ classes and methods that can be used in your own sources, to load/save,
Imagebase
- 读取图像文件,可以读取JPG,TIF文件。-Read image file, you can read JPG, TIF files.
读取.SLP文件 来提取按照xyz轴旋转的图像
- 能读取.SLP文件 来提取按照xyz轴旋转的图像-Can read. SLP is the file to extract images in accordance with xyz-axis rotation
同时读取多张图像
- 可以同时读取多张标号连贯的图像,内附图像和相对应的.m文件(You can simultaneously read multiple labels, consistent images, enclosing images and corresponding.M files)
read_bmp
- 利用visual studio编写,用于读取.bmp格式的图像文件(Read the image file in.Bmp format)
IMG文件读取
- 基于C#读取遥感影像,img格式类,带有头文件的图像文件读取。在进行简单的处理(Read remote sensing images based on C#, IMG format class, with the head file of image files to read. Doing simple processing)
read_awx
- 读取.awx 文件 以图像表达。用matlabR2016写的m文件,需要改变代码中的文件路径,并添加m_map工具箱(Read file .awx and describe with figures)
IDL-read
- 可读取遥感数据图像并对其进行后续处理,本代码利用IDL实现遥感图像的直方图均衡化(Remote sensing data images can be read and followed up)
读取xml文件
- 读取XML文件所需要的库文件,方便图像处理方面的编程处理