CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 处理bmp

搜索资源列表

  1. BMP图像处理

    1下载:
  2. BMP图像的处理,打开并显示,显示直方图、均衡化、FFT变换等
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-10-28
    • 文件大小:4834705
    • 提供者:xfeng_12
  1. 读取以便操作bmp文件

    0下载:
  2. 用于读取bmp格式的图像,方便后期处理。
  3. 所属分类:Windows编程

    • 发布日期:2009-02-18
    • 文件大小:47515
    • 提供者:shenhangjune
  1. 利用VTK读取系列BMP文件并进行体绘制

    0下载:
  2. 利用三维建模软件VTK,读取系列BMP文件, 经过处理, 进行体绘制。并可改变传递函数来设置透明度。
  3. 所属分类:3D图形编程

  1. 图像处理

    0下载:
  2. 应用于bmp位图的读取等功能
  3. 所属分类:图片显示浏览

    • 发布日期:2011-03-11
    • 文件大小:1100427
    • 提供者:Heaven_HD
  1. 二阶微分图像增强

    0下载:
  2. 通过二阶微分算子对BMP图像进行微分,然后加上原图,实现图像增强的效果。采取C++ Builder 编程
  3. 所属分类:2D图形编程

    • 发布日期:2011-03-20
    • 文件大小:372256
    • 提供者:leefeel
  1. BMPMFC

    0下载:
  2. 在对数字图像处理时,有时要边缘检测等一些图像处理,要先读入bmp文件,
  3. 所属分类:源码下载

  1. bmp2bin

    0下载:
  2. 使用vc2005编写的bmp图片处理程序,具有打开bmp图片,获取图像大小,裁剪图片,获得指定大小图片,bmp转换为二进制十六进制等功能,Vc2005 prepared using bmp image processing procedures, have to open bmp picture, access to image size, cutting pictures, access to specified sizes, picture, bmp convert hexadecimal
  3. 所属分类:GDI/图象编程

    • 发布日期:2011-06-21
    • 文件大小:3594057
    • 提供者:testsb
  1. gimn

    0下载:
  2. GIMP,媲美PhotoShop的良好开源图像处理软件 GIMP是通用图像处理过程(The GNU Image Manipulation Program)的简称,是一款多平台图像处理软件,具有“ Linux下的PhotoShop ”的美誉。由于利用了跨平台的开发架构,这款软件也能够在windows下Mac OS X等平台下运行利用 官方网址 http://www.gimp.org 功能风味穿越工具,能够利用绝大局部的Photoshop插件(可能要占用WINE)有各式各样的工具,包括
  3. 所属分类:源码下载

    • 发布日期:2012-01-30
    • 文件大小:15897821
    • 提供者:zc1388@126.com
  1. matlab图像处理软件

    5下载:
  2. 可以直接使用,系统完成的基本功能大致如下: 1.能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印、退出等功能操作; 2.数字图像的统计信息功能:包括直方图的统计及绘制、区域图的面积、周长的统计、线条图中的距离测量等; 3.数字图像的增强处理功能: (1)空域中的点运算、直方图的均衡化、各种空间域平滑算法(如局部平滑滤波法、中值滤波等)、锐化算法(如梯度锐化法、高通滤波等) (2)频域的各种增强方法:频域平滑、频域锐化、低通滤波、同态滤波等。
  3. 所属分类:源码下载

    • 发布日期:2012-04-20
    • 文件大小:333235
    • 提供者:lucyaaa
  1. 可以将windows 24位BMP图转换为16位图的程序

    0下载:
  2. 可以将windows 24位BMP图转换为16位图的程序,可用于机顶盒处理打包图片之用,Can windows 24 bit BMP map is converted to 16 plans can be used for set-top boxes used image processing package
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-03-23
    • 文件大小:2247
    • 提供者:李江
  1. 基于MFC的BMP图像打开,VS2008编写并测试

    0下载:
  2. 基于MFC的BMP图像打开,VS2008编写并测试,可以作为后续图像处理的基础-MFC-based BMP images open, VS2008 write and test, can be used as the basis for subsequent image processing
  3. 所属分类:图片显示浏览

    • 发布日期:2017-05-26
    • 文件大小:9677863
    • 提供者:宋畅
  1. Canny.rar

    0下载:
  2. 用Canny算子提取边缘,只能处理8位的BMP图像!对于学习DIB类非常有用!,Extracted by Canny edge operator can only handle 8-bit BMP images! DIB category for the study is very useful!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:159775
    • 提供者:周金强
  1. 处理256位BMP格式的图像

    0下载:
  2. 处理256位BMP格式的图像,可以调节对比度 亮度等等,Dealing with 256-bit BMP format images, you can adjust contrast, brightness, etc.
  3. 所属分类:图形图象

    • 发布日期:2017-04-09
    • 文件大小:2034954
    • 提供者:
  1. 用VTK实现了BMP图像的读入

    0下载:
  2. 用VTK实现了BMP图像的读入,显示,并处理,是VTK新手的入门程序,Achieved using VTK read BMP images, display, and to deal with is the new entry procedures for VTK
  3. 所属分类:3D图形编程

    • 发布日期:2017-03-24
    • 文件大小:92211
    • 提供者:贺桀
  1. StandardGrayImage.zip

    2下载:
  2. 图像处理中常用的标准灰度图像(bmp格式),包括baboon,boat,lena,peppers等,Standard gray image-it commonly used in image processing (bmp format), including the baboon, boat, lena, peppers, etc.
  3. 所属分类:Special Effects

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

    0下载:
  2. 主要采用c语言,实现对BMP文件的读取和存储,为图像的处理做好准备,很好用-Mainly c language to realize the BMP file to read and store, ready for image processing, that is great
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1858951
    • 提供者:张运浩
  1. bmp2bin.rar

    0下载:
  2. 使用vc2005编写的bmp图片处理程序,具有打开bmp图片,获取图像大小,裁剪图片,获得指定大小图片,bmp转换为二进制十六进制等功能,Vc2005 prepared using bmp image processing procedures, have to open bmp picture, access to image size, cutting pictures, access to specified sizes, picture, bmp convert hexadecimal
  3. 所属分类:GDI-Bitmap

    • 发布日期:2014-04-26
    • 文件大小:3594057
    • 提供者:hungkun
  1. testIntelLibJPEG.rar

    0下载:
  2. JPEG解码的,将JPEG解码为BMP格式,根据需要进行再处理,failed to translate
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-25
    • 文件大小:8433191
    • 提供者:梁杉
  1. vc_imageprocessing

    2下载:
  2. VC++图像处理程序,哈弗变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割,种子填充等。-VC++ Image processing procedures, Haversian transform, edge detection, and poor shadow law, contour extraction and tracking, template matching, projection, image recovery, threshold segmentat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-14
    • 文件大小:1689198
    • 提供者:liya
  1. bmp2raw

    0下载:
  2. UNIX/Linux 下面将bmp图像转化为raw格式的工具,适合做进一步图像处理用。其中还包括对bmp图像格式信息的读取。-UNIX/Linux below bmp image into a raw format tool, suitable for further image processing used to do. It also includes a bmp image format of information read.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:505558
    • 提供者:zhy
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com