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

搜索资源列表

  1. IsmyDIP

    0下载:
  2. 本程序用MFC编写,运用了书本上的灰度拉伸和中值滤波的知识对图像进行处理。 实现功能如下: 灰度拉伸的变亮和变暗(对8位24位图有效): 运用了幂次变换。分别是s = r2 和s = r1/2 . 反色(对8位24位图有效): s = 1 - r 中值滤波(对8位图有效): 对3×3网格进行滤波处理,边沿的1圈像素没有处理。 复原(对8位24位图有效): 将图像还原成未处理前的数据。-the procedures used to prep
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:45.56kb
    • 提供者:redbird
  1. MyToobarStyle_49

    0下载:
  2. 此代码实现了MFC工具条24位色功能,而且能够转换工具条的图标风格。实分美观。适合界面学习者学习-this code to achieve the tools of MFC 24 color function and tools to transform the icon of style. Real-appearance. Suitable interface Learners
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:518.34kb
    • 提供者:黄彦淞
  1. ContourBitmapSrc

    0下载:
  2. ContourBitmapSrc.zip CContourBitmap - A Region Creator Introduction A few weeks ago I was looking for a way to create irregularly shaped windows from a bitmap with a user defined transparent color. The MFC samples, that I found so far, have the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.45kb
    • 提供者:上官婉儿
  1. FindRGB.利用OPENCV识别图片中的颜色区域的MFC程序

    2下载:
  2. 利用OPENCV识别图片中的颜色区域的MFC程序,共三种颜色:红、绿、蓝,OPENCV identify the use of the color picture of the MFC region, with a total of three colors: red, green, blue
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-01-24
    • 文件大小:48.24kb
    • 提供者:周挺
  1. GrayTrs

    0下载:
  2. 利用VC++的MFC编程,对图像进行灰度变换,包括灰值化、灰度变彩色格式、负相、二值化、线性拉伸、对数拉伸和指数拉伸。-VC++ using the MFC programming, gray-scale transformation of images, including gray, and gray color format change, the negative phase, binarization, linear stretch of the number of tensile a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.07mb
    • 提供者:liquandong
  1. qwe

    0下载:
  2. 基于MFC制作的图像处理软件,有放大缩小,反色,提取等功能。-Based image processing software produced by the MFC, zoom, anti-color extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:12.81mb
    • 提供者:ssss
  1. Line

    0下载:
  2. MFC 画直线 可选择颜色 有两个不同的算法-MFC can choose the color line drawing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.89mb
    • 提供者:渐近线
  1. colortogrey

    0下载:
  2. 一个CV++程序实现彩色图像转灰度图像,有MFC界面,和原图-A CV++ Procedures to achieve color image to gray image, a MFC interface, and image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:147.11kb
    • 提供者:
  1. Lena

    0下载:
  2. 2、 转换为灰度图像。 这个算法是依照彩色图转化为灰度图像的方式: 灰度值 = 0.3*R+0.59*G+0.11*B 用两重循环遍历截取的图片,对于每一个象素点,用MFC的函数取得其COLORREF形式的颜色值,从中分解出R、G、B三种颜色的值,计算出对应的灰度值后,赋给R、G、B即可。完成遍历后刷新图片就可以看到转换后的灰度图像。 -2, converted to grayscale images. This algorithm are in accordance with
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.13mb
    • 提供者:龙胆
  1. filter

    0下载:
  2. 基于MFC的。实现一些比较常见的图像变换,如滤波,剪裁、旋转、颜色空间转换等-Based on the MFC. The realization of some of the more common image transformations, such as filtering, cropping, rotation, color space conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4.19mb
    • 提供者:sss
  1. ColorProcess

    0下载:
  2. VC++6环境编译的彩色数字图像处理程序。结合MFC形成独立可执行程序。具有功能:RGB三原色的提取和滤除,彩色位数转化,彩色图像的灰度化,颜色、亮度和对比度的调整-VC++6 compiler environment of the color digital image processing. Combined into an independent executable program MFC. Has a function: RGB three primary colors of the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.46mb
    • 提供者:Myrrhy
  1. MFC_BMP

    0下载:
  2. 自己写的MFC写的BMP图象处理程序,实现反色,直方图等简单的图象处理,同时支持8位,16位,32位BMP的变换,简单易懂,适合初学者.-Write your own MFC write BMP image processing procedures, to achieve the anti-color, histogram and other simple image processing, while supporting 8-bit, 16-bit, 32-bit BMP transfor
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.62mb
    • 提供者:wei
  1. BmpTest

    0下载:
  2. 运用MFC多文档,可以打开256位真彩图片并能显示出来。-Using MFC multi-document, you can open a 256-bit true color image and can be displayed.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:40.3kb
    • 提供者:yue
  1. camshiftInMFC

    0下载:
  2. 在MFC中显示视频, 并且用opencv的camshift算法跟踪目标, 用的是颜色直方图.-MFC shown in the video, and the camshift algorithm using opencv tracking targets using a color histogram.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.84mb
    • 提供者:gilbert
  1. MFC

    0下载:
  2. color image convert to gray image with MFC interface
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:5.95kb
    • 提供者:pgorangel
  1. Image-Processing-with-CPP-MFC

    0下载:
  2. 这是一本书里光盘带的程序里面代码可完整运行主要是图像图形处理方面的内容用MFC编写,主要包括对图像的点运算、几何变换、图像增强、频域滤波、彩色图像处理、形态学变换、图像分割、特征提取、识别初步等但只能针对位图(.bmp)文件操作。可以运行无任何问题。-This is a book, CD-ROM with the complete procedures inside the code can run is the content of the image and graphics process
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:2.52mb
    • 提供者:张恒
  1. colordialog

    0下载:
  2. 一个简单的MFC颜色对话框实例,可任意选取当前使用的颜色-A simple MFC Color dialog instance, any select color
  3. 所属分类:Special Effects

    • 发布日期:2017-11-05
    • 文件大小:9.02mb
    • 提供者:sunzeng
  1. RgbHsb

    0下载:
  2. RGB到HSB的转换 基于MFC的 色彩空间也很好的程序-RGB to HSB conversion is based on MFC color space is also very good program
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:3.63mb
    • 提供者:力争
  1. fill-color-five-pointed

    1下载:
  2. MFC中先绘制五角星,并使用扫描线算法对区域进行填充-Draw a five-pointed star, and use the scan line algorithm fill color
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:1.88mb
    • 提供者:1061441
  1. RGB_Demo2

    0下载:
  2. 程序右键填写RGB分量,点击确定画面显示对应颜色(The right part of the program to fill the RGB component, click the confirmation screen to display the corresponding color)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:46kb
    • 提供者:Catiry
« 12 3 »
搜珍网 www.dssz.com