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

搜索资源列表

  1. 145564741

    0下载:
  2. c语言写的bmp图像读取显示例程,有助于具体了解bmp文件格式-wrote bmp images show routines to read, help to understand the specific bmp file format
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:302645
    • 提供者:杨凯
  1. ReadBmp

    0下载:
  2. 读取bmp图像并显示,基于DIB类,对话框形式-Read bmp images and, based on DIB class, dialog forms
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:39045
    • 提供者:豆芽粉丝
  1. DIPDemo

    0下载:
  2. 很全面的数字图像处理程序,从读取bmp图像,空域滤波,频域滤波,傅里叶变换,应有尽有-Very comprehensive digital image processing procedures, from reading bmp image, spatial filtering, frequency domain filtering, Fourier transform, everything
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13370419
    • 提供者:wasunshine
  1. Cpp1

    0下载:
  2. 用于vc读取bmp图像,进行图像处理,读取一帧图像-For vc read bmp images, image processing, reading an image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1266
    • 提供者:向云
  1. readbmp

    0下载:
  2. 可以读取BMP图像,生成图像个数和灰度等级-read BMP
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5622
    • 提供者:常世桢
  1. BMP-image-to-read-and-save

    0下载:
  2. BMP图像的读取和保存程序 纯C语言实现 可以直接运行-BMP image to read and save the program in pure C language can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1589
    • 提供者:晓松
  1. 612695158quick_stretch_sample

    0下载:
  2. vc6中对bmp图像进行处理的例子,当然包括读取BMP图像,保存bmp图像 -Used VC++ open and save bmp image processing of the source files. Need to change its parameters according to actual situation, such as picture file name
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-27
    • 文件大小:217083
    • 提供者:刘亚锋
  1. Bmp_read_and_show

    0下载:
  2. 读取bmp图像,展示BMP图像的方法。里面用到了一些特有的技巧。-Read bmp image, BMP image display method. Using some unique techniques.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:865020
    • 提供者:唐知行
  1. ReBmp33

    0下载:
  2. 该对话框程序可以读取bmp图像,并将像素数据存储到txt中,内含封装好的DIB库。-The program can read bmp image and pixel data is stored in txt, containing packaged DIB library.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3381925
    • 提供者:li hongliang
  1. readBMP

    0下载:
  2. C++读取bmp图像文件demo,以二进制流形式读入,从二进制流中解析bmp数据格式,并完成OpenCV格式的转换-A demo for reading BMP image using C++, binary stream is used as input, and parse data format bmp binary stream, finally complete the conversion OpenCV format
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:943463
    • 提供者:allen
  1. BMP-read-and-save

    0下载:
  2. 该代码可以实现对一幅BMP图像的读取、显示和存储。主要在于BMP图像格式的解读处理-The code can be read on a BMP image display and storage. Interpretation mainly handle BMP image format
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3855978
    • 提供者:congcongli
  1. BMAthen

    0下载:
  2. 先正确读取bmp图像然后将其转换为raw格式并存储-First read correctly BMP image and then convert them into raw format and stored
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-16
    • 文件大小:109568
    • 提供者:VTUSerg@0907
  1. 559705

    0下载:
  2. 读取BMP图像的VC源代码,但读取后显示的是灰度的,-Read the BMP image of VC source code, but after reading the display is gray,
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-14
    • 文件大小:590291
    • 提供者:Chkpjt
  1. 301994

    0下载:
  2. 先正确读取bmp图像然后将其转换为raw格式并存储(First read correctly BMP image and then convert them into raw format and stored)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:109568
    • 提供者:田慧0123
  1. BmpPreview

    0下载:
  2. c++读取bmp图片详解。BMP(全称Bitmap)是Windows操作系统中的标准图像文件格式,可以分成两类:设备相关位图(DDB)和设备无关位图(DIB),使用非常广。它采用位映射存储格式,除了图像深度可选以外,不采用其他任何压缩,因此,BMP文件所占用的空间很大。BMP文件的图像深度可选lbit、4bit、8bit及24bit。BMP文件存储数据时,图像的扫描方式是按从左到右、从下到上的顺序。由于BMP文件格式是Windows环境中交换与图有关的数据的一种标准,因此在Windows环境中运
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:307200
    • 提供者:Sky_Vico
  1. read_bmp

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

  1. LSB隐藏

    0下载:
  2. 实现bmp灰度图像的LSB隐藏,能够将指定的信息嵌入bmp位图的最低位,从而达到数字隐写的目的。另外可以通过相反的过程来读取bmp位图的每一像素的最低位,将信息提取还原出来(BMP gray image LSB hidden, can specify the information embedded in the BMP bitmap of the lowest bit, so as to achieve the purpose of digital steganography. In addi
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:340992
    • 提供者:Stoveg
  1. image_demo

    0下载:
  2. 本工程在C6678上实现了BMP图像的读取,滤波,锐化等操作。可以作为多核DSP图像处理的资料,自己在CCS6平台上测试验证没有问题(This project has realized the reading, filtering and sharpening of the BMP image on C6678. It can be used as a multi-core DSP image processing data, and to test validation on the CCS6
  3. 所属分类:图形图像处理

  1. BMP文件基于C语言的信息读取

    0下载:
  2. BMP图像文件的内部信息,可以依据C语言编程确定图像的具体信息内容
  3. 所属分类:2D图形编程

    • 发布日期:2019-01-23
    • 文件大小:3994
    • 提供者:duthinker
  1. c++图像处理-读取jpg图片

    0下载:
  2. 一个VC++编写的图像工具,通过不同图像函数实现bmp/jpg等图像,并比较图像读取时间,可以比较图像函数差异。
  3. 所属分类:GDI/图象编程

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 26 »
搜珍网 www.dssz.com