搜索资源列表

  1. 读取bmp

    21下载:
  2. BMP图像文件格式是微软公司为其Windows环境设置的标准图像格式,而且 Windows系统软件中还同时内含了一系列支持BMP图像处理的API函数,随着Windows 在世界范围内的不断普及,BMP文件格式无疑也已经成为PC机上的流行图像文件格 式。它的主要特点可以概括为:文件结构与PCX文件格式类似,每个文件只能存放一幅图像;图像数据是否采用压缩方式存放,取决于文件的大小与格式,即压缩处理成为图 像文件的一个选项,用户可以根据需要进行选择。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-02-20
    • 文件大小:9.9kb
    • 提供者:wjk1005
  1. 12.如何读取与显示JPG等格式图像文件?

    0下载:
  2. 12.如何读取与显示JPG等格式图像文件?这是一个很多人都难以解决的问题!-How to read and display some special image file such as JPG and some other formats? Maybe it s a difficult problem!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:35.5kb
    • 提供者:黄庆龙
  1. vc读取摄像头文件

    0下载:
  2. 从摄像头读取图像的vc代码
  3. 所属分类:源码下载

    • 发布日期:2011-02-14
    • 文件大小:159.69kb
    • 提供者:boyadme@sina.com
  1. 12.如何读取与显示JPG等格式图像文件?

    0下载:
  2. 12.如何读取与显示JPG等格式图像文件?这是一个很多人都难以解决的问题!-How to read and display some special image file such as JPG and some other formats? Maybe it s a difficult problem!
  3. 所属分类:GDI/图象编程

    • 发布日期:2026-01-17
    • 文件大小:55kb
    • 提供者:
  1. moth-0.5.0.tar

    0下载:
  2. Moth用于从各种数据源中创建2D图形。第一个版本可以读取文本文件、rrd文件和MySQL数据库,可以输出jpeg 和png图像-Woolf used data from a variety of sources to create 2D graphics. A first version can read text files, documents and rrd-users-request@list.ee.ethz.ch MySQL database, and can output jpeg
  3. 所属分类:2D图形编程

    • 发布日期:2026-01-17
    • 文件大小:117kb
    • 提供者:杨子
  1. WinCE显示JPEG、读写INI文件

    0下载:
  2. 采用Platform Builder进行编程,可以显示JPEG图像、并读取INI文件。在嵌入式定位导航系统中应用。-using Platform Builder program can display JPEG images. INI file and read. Embedded in the GPS navigation system applications.
  3. 所属分类:Windows CE

    • 发布日期:2026-01-17
    • 文件大小:21kb
    • 提供者:新新
  1. blobs

    0下载:
  2. 一个在数据库中读取图像文件的例子,使用vc++编写-one in the database to read image files example, the use of vc++
  3. 所属分类:数据库编程

    • 发布日期:2026-01-17
    • 文件大小:559kb
    • 提供者:kaka
  1. vtkBmpReader-Example

    0下载:
  2. 利用vtk的类vtkBmpReader类读取图像文件并显示的例子。自己写的,供vtk初学者用。-use VTK class category vtkBmpReader read image files and show examples. Their written for beginners with VTK.
  3. 所属分类:OpenGL

    • 发布日期:2026-01-17
    • 文件大小:137kb
    • 提供者:陈学峰
  1. CGStoreBmp

    0下载:
  2. 演示保存一幅BMP文件到指定目录。 利用CGSnapShot抓取一帧图像到内存,然后直接从内存读取图像数据,保存数据到BMP文件。图像的大小由视频输出窗口和视频格式确定。-demonstration preserve a BMP file to the specified directory. CGSnapShot crawls using an image to memory, then read directly from the image data memory, preservat
  3. 所属分类:视频捕捉/采集

    • 发布日期:2026-01-17
    • 文件大小:3.4mb
    • 提供者:yinyu
  1. readpic

    0下载:
  2. 文件为读取图像的代码.给初学的人一个参考-document images to read the code. To the beginner's reference to a person
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2026-01-17
    • 文件大小:1kb
    • 提供者:正当
  1. ReadBmpDemo

    0下载:
  2. 进行图像处理时,读取图像是一个重头戏,这是一个烟叶检测生产线系统的一部分,实现bmp文件的读取-For image processing, the read image is a major, this is a tobacco leaf production line detection system, realize bmp file to read
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2026-01-17
    • 文件大小:121kb
    • 提供者:laohan888
  1. JPGinDB

    0下载:
  2. VC保存和显示数据库图像(JPG、JPEG),具有保存图片数据到数据库,和从数据库读取图像文件并且显示在界面的功能-VC database to preserve and display images (JPG, JPEG), with preservation of image data to the database, and read image files from the database and displayed in the interface function
  3. 所属分类:图片显示浏览

    • 发布日期:2026-01-17
    • 文件大小:143kb
    • 提供者:gin
  1. Gabor_Texture

    0下载:
  2. 利用Gabor滤波实现纹理特征的提取。CGabor类用于生成单个滤波器,并可用生成的滤波器对图像进行滤波。CGetTexture生成不同尺度和相位的滤波器组,从文件夹中依次读取图像文件进行一系列滤波,生成纹理特征图像。-Realize the use of Gabor filter texture features extraction. CGabor type used to generate a single filter, and filters can be used to genera
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2026-01-17
    • 文件大小:5kb
    • 提供者:dragon
  1. CImg-1.3.1

    0下载:
  2. 一个简单的读取图像文件、进行图像处理的开放源码-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,
  3. 所属分类:图形图象

    • 发布日期:2026-01-17
    • 文件大小:7.85mb
    • 提供者:乐睿
  1. Imagebase

    0下载:
  2. 读取图像文件,可以读取JPG,TIF文件。-Read image file, you can read JPG, TIF files.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2026-01-17
    • 文件大小:17.01mb
    • 提供者:小虎
  1. 同时读取多张图像

    0下载:
  2. 可以同时读取多张标号连贯的图像,内附图像和相对应的.m文件(You can simultaneously read multiple labels, consistent images, enclosing images and corresponding.M files)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2026-01-17
    • 文件大小:1.48mb
    • 提供者:刺猬宝宝
  1. read_bmp

    0下载:
  2. 利用visual studio编写,用于读取.bmp格式的图像文件(Read the image file in.Bmp format)
  3. 所属分类:图形图像处理(光照,映射..)

  1. IMG文件读取

    0下载:
  2. 基于C#读取遥感影像,img格式类,带有头文件的图像文件读取。在进行简单的处理(Read remote sensing images based on C#, IMG format class, with the head file of image files to read. Doing simple processing)
  3. 所属分类:Windows编程

    • 发布日期:2026-01-17
    • 文件大小:357kb
    • 提供者:xiaof
  1. read_awx

    0下载:
  2. 读取.awx 文件 以图像表达。用matlabR2016写的m文件,需要改变代码中的文件路径,并添加m_map工具箱(Read file .awx and describe with figures)
  3. 所属分类:Windows编程

    • 发布日期:2026-01-17
    • 文件大小:1kb
    • 提供者:NeilKwok
  1. IDL-read

    0下载:
  2. 可读取遥感数据图像并对其进行后续处理,本代码利用IDL实现遥感图像的直方图均衡化(Remote sensing data images can be read and followed up)
  3. 所属分类:其他小程序

    • 发布日期:2026-01-17
    • 文件大小:13kb
    • 提供者:瑛子儿
« 12 3 4 5 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org