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

搜索资源列表

  1. GETBMP

    0下载:
  2. 读取bmp文件,生成可插入到C程序中的点阵数组格式.-read bmp file, generate C can be inserted into the procedure for the lattice array format.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:953
    • 提供者:马兴录
  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. CArrayBITMP

    0下载:
  2. 实现了一个Class for storing any standart bitmaps in array,通过对数组运算来处理bmp图像的源代码。-achieved a Class for storing any standart bitma ps in array, the array of operations to handle bmp image of the source code.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3854
    • 提供者:wuming
  1. bmp2source

    0下载:
  2. This program reads a 24bpp, 8bpp or 4bpp Microsoft Windows(TM) .BMP file and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit v
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:46193
    • 提供者:赵东
  1. BmpLoadFOut

    0下载:
  2. 1、将bmp24图片转化为十六进制并用.txt文件输出。 2、调用图片的十六进制码.txt文件在view窗口显示。-1, the bmp24 picture into hexadecimal and use. Txt file output, the output. Txt files can be used directly into the array. 2, the picture is called hexadecimal code. Txt file in the view w
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:110089
    • 提供者:hj
  1. Display_RGB_ARRAY_In_Dialog_Window

    0下载:
  2. 将二维数组[RGB数组]显示成24位BMP图片,功能非常简单,是在DlgDraw的基础上修改而来。不用害怕复杂的BMP头信息。-show the image from the RGB array
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:48021
    • 提供者:胡进
  1. RAW-TO-BMP

    0下载:
  2. 将数组表示的像素值还原为图像,查看图像的视觉效果-Array that will restore the image pixel values, view visual images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:393824
    • 提供者:刘伟
  1. identi

    0下载:
  2. 识别对象如下:trainset: 训练集合,该集合中从0~9的数字,所有图片大小相同。各个集合中的图像可以在Matlab中用imread函数读取为数组形式,用imshow函数显示出其图像,例如:图像0 (10).bmp可以用A=imread( 0 (10).bmp )读取为数组A,用imshow(A)或imshow( 0 (10).bmp )显示其图像。-Identify objects as follows: trainset: training set, the collection of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-09
    • 文件大小:1798
    • 提供者:whirlwind
  1. bmp_parser_

    0下载:
  2. this program reads data from a bmp file and shows the bitmap info and file header information s on a console window. it also reads the raw bitmap array. so you can use it on opengl or anywhere you need a bmp reader.-this program reads data from a
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:61544
    • 提供者:me
  1. opentrim

    0下载:
  2. bmp全色深操作类c++代码,功能有反色,从bmp图像构建灰度数组用于图像识别。角点检测,在图像上画点,画线,-c++ lib deal with all the bmp format image .it can reverse color,draw point line on bmp images and detect corners .it can also create array contains the brightness of every pixels
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:579409
    • 提供者:尧思齐
  1. bmptoc

    0下载:
  2. 将 24 位的bmp文件转换为c语言数组-24-bit bmp files into the c language array
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:637
    • 提供者:Tony
  1. LCDBMP_to_H

    0下载:
  2. bmp2h是一个专门用来转换64K色bmp图片用的它可以把bmp格式的图片转换成64K色的数组数据-bmp2h is designed to convert a 64K-color bmp image which can be used in bmp format images converted into a 64K-color array data
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:654274
    • 提供者:侯德平
  1. writeDIB

    0下载:
  2. 本程序要构造的位图为24位bmp格式,通过直接为结构体BITMAPFILEHEADER和BITMAPINFOHEADER赋值的方式生成。本程序演示的功能比较片面,但也比较实用。如果面对大量的数据,特别是二维的数组,可以尝试将它们写成图像,这样有助于发现规律。 压缩包中还有几个关于结构体说明的文档,可帮助理解。-This procedure to construct the bit picture shows the 24-bit bmp format, through direct BITM
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:695518
    • 提供者:yjt
  1. CBmp

    0下载:
  2. 用C++读24位BMP图像,读出RGB三个颜色分量到数组中-Using C++ Reading 24-bit BMP image, read out the three RGB color components to the array
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:1505
    • 提供者:李靖
  1. imshow

    0下载:
  2. 实现VC读取BMP文件头,并转化成RAW格式,之后再利用原文件头和数据部分转存成BMP文件。其中用到了二维动态数组。-VC reads the BMP file header to achieve, and transformed into a RAW format, then re-use the original file header and data part of the conversion into a BMP file. Which uses a two-dimensional
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1122
    • 提供者:林小芬
  1. Jpg

    0下载:
  2. BMP图象数据提取及灰度值提取,,,,该程序首先把BMP从一维数组转换到CCC[960][1280]这个二维数组,然后扫描图象,提取其中的每个像素点的R,G,B值转换成Y,U,I模式的Y值(亮度/灰度值),然后用pix[y][x]存放,小弟能力有限,下面本来想用另一个数组B[y][x]存放二值化后的实体的-BMP image data extraction and gray value extraction,,,, the program first to BMP conversion from
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-14
    • 文件大小:3655932
    • 提供者:徐庶
  1. bmp2c

    0下载:
  2. 将bmp文件转成16位彩色的C数组,用于生成WinCE启动画面需要的数据,用C#开发。还可以将生成好的C数组读入显示-Bmp files will be converted into 16-bit color the C array, used to generate the data needed for WinCE startup screen, with the C# development. You can also generate a good read C array displa
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:97291
    • 提供者:王庆
  1. BMPOfData

    0下载:
  2. 在进行图像处理时,操作图像中的像素值就要得到图像阵列;经过处理后的图像的像素值需要存储起来;显示图像时要正确实现调色板、得到位图的尺寸信息等。结合这些问题,下面我们针对性的给出了操作灰度BMP图像时的部分函数实现代码及注释。-During image processing, the operation of the image pixel values ​ ​ will be the image array processed image pixel values R
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:24884
    • 提供者:杨柳
  1. Bmp2Hex

    0下载:
  2. 可以把一副16bit的bmp读取出来,换成一个c数组,用于例如ucos里面的图像显示编程。-You can read out one of the bmp 16bit and replaced with a c array, for example the ucos inside the image display programming.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-06-14
    • 文件大小:21433179
    • 提供者:林文通
  1. CArrayBITMP

    0下载:
  2. 实现了一个Class for storing any standart bitmaps in array,通过对数组运算来处理bmp图像的源代码。-achieved a Class for storing any standart bitma ps in array, the array of operations to handle bmp image of the source code.
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:3854
    • 提供者:yearin
搜珍网 www.dssz.com