CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - bmp 读取

搜索资源列表

  1. bmp图片读取显示

    0下载:
  2. 本代码在C2平台上运行成功,功能:运行时不带参数则在显示器上显示七彩带(竖状),若带参数如 ./fbwrite ./bmpfile/*bmp 则循环显示bmp图片到显示器上
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-02-10
    • 文件大小:2693
    • 提供者:kinjor007
  1. BMP图片读取

    0下载:
  2. BMP图片的读取代码
  3. 所属分类:界面编程

  1. save4imge OpenCV中保存与读取4通道图像

    0下载:
  2. OpenCV中保存与读取4通道图像(bmp)Opencv没有提供四通道图像保存方法只提供了保存为(XML等其它格式的文件) 该源码提供了该方法-in the Opencv not have the method that save or read the 4 channel picture. Opencv just can save or read the 4 channel image to XML or other format use the CVSave/CVLoad . Our met
  3. 所属分类:OpenCV

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:qrsssh
  1. Raw2Bmp 读取raw格式的图像数据

    2下载:
  2. 读取raw格式的图像数据,转化为bmp图像文件,采用vs2008开发,文件中包含bmp格式详细说明-Read raw image data format, into a bmp image files, using the vs2008 development, bmp format file contains detailed instructions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-14
    • 文件大小:3828683
    • 提供者:
  1. read BITMAP.rar

    0下载:
  2. 读取bmp图像的程序,read bmp images on the
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-26
    • 文件大小:442812
    • 提供者:黄杨
  1. HBITMAPExample.rar

    0下载:
  2. 应用VC++6.0 读取bmp格式的图像,并将图像显示在视图区。 ,VC++6.0 to read bmp format images, and image display in the view area.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-08
    • 文件大小:1971125
    • 提供者:suyuewen
  1. MFC-BMP

    0下载:
  2. MFC程序,实现BMP位图的读取与显示,内附资料讲解文档-MFC program, to achieve BMP bitmap read and show to explain the document containing the information
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1701579
    • 提供者:江乐
  1. BMP

    0下载:
  2. 主要采用c语言,实现对BMP文件的读取和存储,为图像的处理做好准备,很好用-Mainly c language to realize the BMP file to read and store, ready for image processing, that is great
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1858951
    • 提供者:张运浩
  1. bmp2raw

    0下载:
  2. UNIX/Linux 下面将bmp图像转化为raw格式的工具,适合做进一步图像处理用。其中还包括对bmp图像格式信息的读取。-UNIX/Linux below bmp image into a raw format tool, suitable for further image processing used to do. It also includes a bmp image format of information read.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:505558
    • 提供者:zhy
  1. PicProcess

    1下载:
  2. 一个数字图像处理源码,实现了jpeg,bmp,tiff,png,gif等多种图像格式的读取,边缘检测,fft变换,图像形态变化等功能-A source of digital image processing to achieve a jpeg, bmp, tiff, png, gif image formats such as read, edge detection, fft transform, image features such as morphological changes
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:96333
    • 提供者:邓梦
  1. PicMatch

    2下载:
  2. 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
  3. 所属分类:Special Effects

    • 发布日期:2014-04-18
    • 文件大小:3046914
    • 提供者:方毅
  1. 用该程序可以实现BMP图像的读取

    0下载:
  2. 用该程序可以实现BMP图像的读取,并且可以实现BMP图像的显示。-The program can be used to read BMP images and can display BMP images.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-09
    • 文件大小:2792005
    • 提供者:leven
  1. QtImage

    0下载:
  2. Qt Image通过Qt4的QImage类读取图片,格式包括现在主要的jpg, png, bmp, gif等格,可以通过它来观看照片,下一张照片的快捷键为空格,上一张的快捷键则是Backspace,通过左边的TreeView选择照片目录,选择的目录如果有照片的话,Qt Image会读取这些照片信息,然后显示第一张照片。 Qt4 Image完全基于Qt4编写,所以可以支持现在主要的三个操作系统平台:Win32, Linux-X11, MacOS,当然,是在WinXP下用Visual C++ 6
  3. 所属分类:GUI Develop

    • 发布日期:2016-01-25
    • 文件大小:29272
    • 提供者:袁应天
  1. 利用VTK进行图像处理

    0下载:
  2. 利用VTK进行图像处理,包括读取各种图像数据,如dicom,raw,bmp等等,以及轮廓提取-Using VTK image processing, including reading a variety of image data, such as dicom, raw, bmp, etc., and contour extraction
  3. 所属分类:图形图象

    • 发布日期:2017-03-26
    • 文件大小:778599
    • 提供者:liuwei
  1. Read_MNIST_DataSet

    0下载:
  2. 读取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.
  3. 所属分类:Graph Recognize

    • 发布日期:2016-01-25
    • 文件大小:4360
    • 提供者:云在青天
  1. bmp-show

    0下载:
  2. 定义了一个DIB类,实现bmp图片的读取显示-Defines a DIB class, bmp picture to read display
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-17
    • 文件大小:4778958
    • 提供者:高崎
  1. vc++编写的bmp图片读取,传入lcd屏

    0下载:
  2. vc++编写的界面,功能是bmp图片读取,并在LCD屏上显示。
  3. 所属分类:界面编程

    • 发布日期:2012-10-27
    • 文件大小:4115545
    • 提供者:yufei422
  1. VCreadBMP

    0下载:
  2. 是用VC读取bmp文件并显示出来,对于图像处理学习的朋友有一定作用。-Bmp file using VC is read and displayed, the image processing to learn a friend has a role.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-10
    • 文件大小:2143610
    • 提供者:金建
  1. BMP

    0下载:
  2. VC++通过创建一个链表,循环读取BMP文件数据,再显示在界面上。-VC++ Load BMP image by creating a list
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2329496
    • 提供者:曹锋
  1. ImageMagick

    0下载:
  2. C++读取处理各类图像的工具包,可以读取JPG,JPEG,BMP,TIF等多种图像,内有使用说明。-C++ to read all kinds of image processing tool kit, you can read JPG, JPEG, BMP, TIF and other images, there are instructions
  3. 所属分类:Graph program

    • 发布日期:2017-05-20
    • 文件大小:5685973
    • 提供者:孙瑜鑫
« 1 2 3 45 6 7 8 9 10 ... 48 »
搜珍网 www.dssz.com