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

搜索资源列表

  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. AnalyseBmp

    0下载:
  2. 分析bmp文件的基本信息, 并提取位图数据信息.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:71231
    • 提供者:McKing
  1. filter

    0下载:
  2. 处理32位的位图数据对图像进行平滑,使图像更加平滑,便于后续处理-filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1066
    • 提供者:lue
  1. YUV2RGB

    0下载:
  2. 将视频采集卡中的采集到的原始视频数据(YUY2格式)转换成RGB24格式,保存成位图。 用于抓取帧-Video capture card will be collected in the original video data (YUY2 format) into RGB24 format, saved as bitmaps. Frame for crawl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:7624
    • 提供者:阿焦
  1. quick_stretch_sample

    0下载:
  2. 快速显示位图的缩放效果。在进行缩放时设置位图数据,在OnDraw中直接显示即可,从而提高效率-quick stretch
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:319624
    • 提供者:kou
  1. demo1

    0下载:
  2. AVI文件读取,每一帧画面形成BMP位图,是一个很好的视频数据采集的例子-AVI file to read, to form each frame BMP bitmap images, is a good example of video data acquisition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1949480
    • 提供者:王波
  1. ImageCoding

    0下载:
  2. 本程序是用VC编写的一个基于bmp图像文件的图像压缩程序,主要完成的工作是:BMP文件的读取与显示;BMP文件的位图数据的压缩;压缩数据的解压缩及图像再现-This procedure is written in a VC bmp image file based image compression process, the major work done: BMP file to read and display BMP files compressed bitmap data compr
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3398636
    • 提供者:刘玉
  1. chap1-1

    0下载:
  2. 给定一个图像位图数据,宽、高、颜色表指针及每像素所占的位数等信息,将其写到指定文件中。-Given a bitmap image data, width, height, color table pointer and the number of bits per pixel information such as share, to write the specified file.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1456838
    • 提供者:hnxiaoshang
  1. image

    0下载:
  2. 将数据图像(8位位图)读入中间数组再重建数据图像-The data image (8-bit bitmap) and then re-read into the middle of the array data images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:181682
    • 提供者:sunshuquan
  1. CompressImage

    0下载:
  2. 灰度图像的像素值范围在[0,255]之间,如果采用一个像素一个字节的存储方式,势必会造成空间的浪费。如果采用一定的无损压缩算法,可以大大提高减小文件大小,减少存储空间。本程序采用动态规划中图像压缩算法(图像分段合并的思想),设计一个类,实现灰度位图数据的压缩和解压过程-Grayscale pixel values ​ ​ in the range [0,255], if we adopt a pixel one byte is stored, it must lead to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3089897
    • 提供者:liao
  1. cdib

    0下载:
  2. // 文件: Dib.cpp // 内容: 设备无关位图类-源文件 // 功能: (1)位图的加载与保存; // (2)位图信息的获取; // (3)位图数据的获取; // (3)位图的显示; // (4)位图的转换; // (5)位图相关判断;-//File: Dib.cpp// content: device-independent bitmap class- the source file// function: (1) loading and saving b
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:5343
    • 提供者:侯喜报
  1. Picture-processing(VCPP)

    0下载:
  2. VC环境下实现给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素位数等数据进内存,存放在相应的全局变量中-VC environment to achieve a given image file name and path, read the bitmap image data, width, height, color table and bits per pixel and other data into memory and stored in the correspon
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1458296
    • 提供者:盖盖
  1. chap1-1

    0下载:
  2. bmp文件结构以及其格式的图像文件的读写和其位图数据的访问-bmp file structure and format of the image file and the bitmap data read and write access
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1462662
    • 提供者:zhengwei
  1. TrueColor2SingleBand

    0下载:
  2. VC/C++源码,图形处理,图像转换   VC实现真彩色图像转换为8位图像,RGB三个波段的灰度通过一个线性变换式计算为单波段灰度。   关于代码:   DWORD _width1 = WIDTHBYTES(width*8) //保存的8bits位图保存宽度   DWORD bytesCount1 = _width0*height //存储该真彩色位图数据段所用的字节数,不是像素数   DWORD bytesCount2 = _width1*height //存储8b
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:6474
    • 提供者:章神通
  1. fangwen

    0下载:
  2. 该源码实现对位图数据的访问,main()函数中,将读入的图像数据左下角1/4部分置成黑色并存盘,其他对位图的简单处理也可参考该源码,如实现反色,则改变所附的值即可。-Realize the source of the of bitmap data access, main () function in the lower left corner of the image data read 1/4 part set to black and archiving, and the other on
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:3953694
    • 提供者:米米
  1. raw-bmp

    0下载:
  2. RAW格式转化BMP格式程序:打开原始图像文件,申请512字节的内存空间,图像读入 ,创建新的图像 ,位图图像文件的基本格式:位图文件头、位图信息头、彩色表 、位图数据。一共四部分。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1622
    • 提供者:zhm
  1. chap1-1

    0下载:
  2. 存放读入图像的位图数据、宽、高、颜色表及每像素所占位数(比特) ,图像数据访问及图像存储-Storing the read data into the bitmap image, width, height, color, form and share bits per pixel (bit), the image data and image storage access
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1446799
    • 提供者:
  1. dvexp1

    0下载:
  2. 数字图像的数据格式与访问。本实验的处理对象是BMP格式的图像文件。访问一个24位BMP文件的文件头,得到该BMP文件的下列数据:整个位图文件大小、位图数据起始位置、位图文件保留字1、位图文件保留字1。-The format of the digital image data and access. The experiment is processed BMP image file formats. Access to a 24-bit BMP file header, the followin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:618992
    • 提供者:林夕
  1. dvexp8

    0下载:
  2. 创建Sobel模板,并对位图数据作边缘检测,并将其保存为新bmp文件 -Create a Sobel template, and edge detection of bitmap data, and save it as the new BMP file
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:801700
    • 提供者:陈信
  1. combine

    0下载:
  2. 把二值bmp图像挂网或者直接转换成矢量线段,追踪生成G代码数据。代码是标准C语言,在windows下用GCC编译执行通过,其他支持标准C语言的编译器应该也没有问题。(The binary BMP image linked to the network or directly converted into vector lines, tracking the generation of code data.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:517120
    • 提供者:出幽入冥
« 12 3 »
搜珍网 www.dssz.com