CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 读取bmp

搜索资源列表

  1. Problem2_6

    0下载:
  2. 使用VB.net编写的对24位位图进行简单图像处理的程序,包括RGB与YIQ数据的相互变换,绘制亮度分布统计图,拉普拉斯滤波。 该程序是我学习图像处理算法是编写的,因此在操作界面方面的考虑较少,你可以按照以下步骤操作:选择一个文件后单击读取BMP文件,然后就可以单击“根据RGB数据绘图”,接着可以单击“RGB to YIQ”将RGB数据转化为YIQ数据,有了YIQ数据后就可以单击“绘制YIQ数据的Y分量”,对于YIQ数据,可以使用拉普拉斯滤波,然后再将Y分量显示出来-use VB.net p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:10282
    • 提供者:陈烨
  1. MyCxImage_Frame

    0下载:
  2. 一个图像处理的框架,可以读取bmp图像,图像数据存放在一数组中,后续的操作可以在这个基础上进行-an image processing framework that can be read bmp image, image data stored in an array. the follow-up operation at this on the basis of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:67302
    • 提供者:蒙丰博
  1. HowtogetbmpImageforC++Builder

    0下载:
  2. C++ Builder环境下读取bmp图像,这种源码很少见,很有用哦-C Builder environment reading bmp image, which rarely see the source code, useful oh
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:439407
    • 提供者:范江涛
  1. bmp

    0下载:
  2. 读取BMP图象数据的程序 仅供参考
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2643
    • 提供者:shiyu
  1. 实现了读取bmp图像到矩阵的转换

    0下载:
  2. 实现了读取bmp图像到矩阵的转换,是个很好的头文件,直接引入就能用,this code can covert bmp to matrix,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:1590
    • 提供者:星飞感受
  1. ReadWriteBMP

    0下载:
  2. BMP图像的读写源码,可以自由读取BMp格式的图像数据-BMP image to read and write source code, they can read the image data format Bmp
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:289550
    • 提供者:木易
  1. bmp-ctatic

    1下载:
  2. 读取BMP 8bit文件(size n1*n2),输出整个文件[n1]*[n2]的像素值,像素值的范围0-255,并统计每个像素质的数量-BMP 8bit file read (size n1* n2), the output document as a whole [n1]* [n2] the pixel value, pixel value range of 0-255, and the quality of statistics like the number of each
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:37462
    • 提供者:cao
  1. RWJpegExp

    0下载:
  2. MFC 读取BMP图像信息,然后进行二维DCT变换,再量化,Z字型扫描,实现BMP到JPEG的转换-the encoding and decoding of JPEG and the specific realization of program on vc++ platform. The encoding part of this program can encode a picture whose format is BMP and save relevant data as binary
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:275388
    • 提供者:王志伟
  1. tuxiang_duqu

    0下载:
  2. Visual C++ 和 OpenCV搭建的,用于读取.bmp 文件 可以作为图像处理的入门级参考资料-Visual C++ and OpenCV built for reading. Bmp file can be used as the entry-level image processing reference
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:267355
    • 提供者:liujiafei
  1. bmp

    0下载:
  2. c语言读取bmp图像 ,试了很多个,这个应该有用,看看吧-c language c language to read bmp images to read bmp images, try a lot of months, this should be useful to see it
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:954
    • 提供者:刘骏
  1. BMP

    0下载:
  2. 实现了读取BMP图,转成灰度图,边缘检测,二值化-BMP plans to achieve the reading, turn into a grayscale, edge detection, thresholding
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3851382
    • 提供者:xiaoliu
  1. bmp

    0下载:
  2. 读取BMP格式图片,生成出BMP图像并保存!-Read BMP format images to generate a BMP image and save!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8742478
    • 提供者:yourname
  1. read-bmp-images-in-binary

    0下载:
  2. 以二进制的形式读取bmp图片,保存图片。应用于图片信息隐藏-To read bmp images in binary form, save the image. Application in the image information hiding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:1955
    • 提供者:yinpengshuai
  1. bmp

    0下载:
  2. 详细介绍了bmp格式图片结构,中的程序,实现了读取bmp格式图片,包括文件头与图片数据程序!-Bmp format images described in detail the structure, the procedures, the read bmp format images, including the header and image data program!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:8529
    • 提供者:wangw899
  1. open-an-image-of-Bmp

    0下载:
  2. 实现读取bmp图像功能可以读取24位真彩色8位灰度图等等 大家-Bmp image to achieve functional reading can read 24-bit true color 8-bit grayscale, and so we look
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1254554
    • 提供者:朱杰
  1. BMP

    0下载:
  2. 读取BMP图像文件,做缩放处理的功能。放大或者缩小。-Read BMP image file, do the scaling processing functions. Zoom in or zoom out.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1845
    • 提供者:李杨
  1. MFC-read-bmp

    0下载:
  2. MFC读取bmp图片,让你很清楚的理解bmp文件的结构和组成,欢迎使用-MFC read bmp images, so you clearly understand the structure and composition of bmp files, Welcome
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5532314
    • 提供者:葛忠孝
  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. bmp

    0下载:
  2. 可以实现BMP图像的读取和显示,不适用Matlab中的imread()函数(serve to read BMP picture)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:503808
    • 提供者:菜垚
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com