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

搜索资源列表

  1. BMP-jiexi

    0下载:
  2. 是对BMP文件格式的解析,并附有一个图像灰度处理的C++源代码-Is the BMP file format parsing, along with a gray handle C++ source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1345494
    • 提供者:zhangjie
  1. Appendix26

    0下载:
  2. 用mfc对bmp图像进行缩小和放大的处理-Bmp image using mfc for zoom in and out of the deal
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:108218
    • 提供者:ljinbo
  1. bmpCuter

    1下载:
  2. 一个处理BMP位图的程序,因为java对bmp位图的支持性不好,没有相关API,所以自己写了一个,主要实现对一张位图的批量切割。因为bmp图的数据结构复杂,所以这个程序也是可以供大家学习的。-A procedure for handling BMP bitmaps, as java support for bmp bitmap is bad, no relevant API, so write a, the main achievement of a bitmap volume cutting.
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:182291
    • 提供者:王毛毛
  1. CxImage

    1下载:
  2. VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 -VC++ image processing library CxImage source code, CxImag
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2191487
    • 提供者:
  1. VCPP-BMP-OPERATION

    0下载:
  2. 学习C++图形图像处理pdf文档,其中包括对位图的简单操作等-learn vc++
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:322552
    • 提供者:小猜
  1. swith

    0下载:
  2. 将彩色影像转换成灰色影像,主要是处理BMP影像,将24位图片转换成8位图片。-A color image into gray image, mainly dealing with BMP images, the 24-bit image into 8-bit images.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:206030
    • 提供者:
  1. ImageProcess

    0下载:
  2. 用mfc编程实现数字图像处理的一些简单操作,只能处理bmp格式图片。调节对比度、亮度、边缘检测等。-Mfc programming with some simple digital image processing operations, can only deal with bmp format images. Adjust contrast, brightness, edge detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:63438
    • 提供者:郭天
  1. test

    0下载:
  2. 图像二值化处理bmp 在c++builder-Bmp image binary processing in c++ builder
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2426319
    • 提供者:bai
  1. bmp

    0下载:
  2. c语言位图处理源代码,从网络上找的,非原创,需要的朋友可以下载看看!-c graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1211
    • 提供者:YHENG
  1. Image-processing---BMP-processing

    0下载:
  2. Bmp 图像处理方法,包含读写文件、关闭文件、图像像素赋值等操作-Bmp image processing methods, including reading and writing files, close the file, the image pixel assignment and other operations
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3216592
    • 提供者:luchen
  1. BMP

    0下载:
  2. BMP位图处理类源码,这是图像所的位图处理程序-the program of BMP dealtion
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:11297
    • 提供者:lanlan
  1. bmp

    0下载:
  2. 这是一份用于处理位图的代码,包含了位图的打开,读写等功能-This is a code for processing the bitmap that contains the bitmap to open, read and write functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3203194
    • 提供者:xiaoxiaozhiqi
  1. bmp

    0下载:
  2. vc程序实现BMP图像解析,对256色bmp图像进行处理的程序-vc procedures to achieve BMP image resolution, 256 color bmp image on the procedures for handling
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4629504
    • 提供者:官龙龙
  1. Bmp-Revolving

    0下载:
  2. 在图像处理中,有时需要对图像进行旋转变换,但是图像在小角度多次旋转变 换后,会产生失真.改进的算法是在图像旋转过程中先将图像旋转回原始的位置,再旋 转到目标位置.利用该算法对图像进行多次旋转变换实验,实验结果表明,与以步进方 式的旋转算法相比,改进算法在旋转的同时较好地保持了图像的细节信息,减小图像的 失真.-In image processing it is sometimes necessary to rotate the image transformation, but
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:383959
    • 提供者:wyh2008
  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. bmp

    0下载:
  2. 用VC打开并显示一张位图,学习图像处理入门-With VC open and display a bitmap
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:988860
    • 提供者:王一
  1. BMP-PIC-PROCESING

    0下载:
  2. 位图正灰度直方增强处理,对于模糊或不够锐利的位图,可以进行增强。-The bitmap is gray straight party enhancement processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2317
    • 提供者:tty
  1. image-processing

    0下载:
  2. 提取的图像处理的vc环境下的类 希望对你处理bmp图像有所帮助-Vc environment to extract the image processing class to help you deal with the bmp image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5633
    • 提供者:万晓东
  1. Images

    2下载:
  2. 图像处理中常用的的标准图像,已经分类,包括PNG、BMP、TIFF、JPG等,未进行二次处理-The image processing used in the standard image has been classified, including PNG, BMP, TIFF, JPG, not second
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17820672
    • 提供者:
  1. bmp-operation

    0下载:
  2. raw转bmp,bmp图像灰度线性拉伸、局部处理(低通高通中值滤波)、几何变换(平移、缩放、旋转、转置)、二值化、边缘检测-turn raw bmp, bmp image gray linear stretch, local processing (value, high-pass, low pass filter), geometric transformations (translation, scaling, rotation, transposition), binarization,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4128083
    • 提供者:Smillence
« 1 2 3 4 5 67 8 9 10 11 ... 33 »
搜珍网 www.dssz.com