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

搜索资源列表

  1. 图像处理

    0下载:
  2. 图像处理 在OpenCV模式下的MFC连接 平台:vc
  3. 所属分类:2D图形编程

  1. OpenCV_MFC

    0下载:
  2. OpenCV在MFC中的使用的一个示例,基本图像处理功能都有-OpenCV MFC in use in a sample, the basic image processing functions have
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:8.32mb
    • 提供者:wangjing
  1. Binarization

    0下载:
  2. 数字图像处理,用大津算法对图像进行二值化处理,VC/MFC实现。-Digital image processing, with the Otsu algorithm to the image binarization, VC/MFC implementation. 朗读显示对应的拉丁字符的拼音 字典- 查看字典详细内容 翻译以下任意网站Nord-Cinema-法国Venezuela Tuya-西班牙语Museo del Prado-Digital image processin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:660.28kb
    • 提供者:凌潇然
  1. DigitalImageProcessing

    0下载:
  2. 这个最近做的数字图像处理作业,包括打开bmp图片,做负片(反白),线性变换,直方图显示,直方图均衡等,所有程序均经过调试,简单易用。里面有较详细的编程步骤,介绍了一些简单常用的MFC的方法,对于初学者很有用。-Does this recent digital image processing operations, including open bmp picture, make negative (anti-white), linear transformation, histogram di
  3. 所属分类:Special Effects

    • 发布日期:2017-06-22
    • 文件大小:39.1mb
    • 提供者:王敬
  1. ImageProcessing1.0

    0下载:
  2. VC++ MFC编的数字图像处理程序源代码 包括图像反转 模板卷积 中值滤波等 由于时间有限为全部完成 希望大家在源程序上基础上添加程序 进一步增加程序功能-Image Processing1.0
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.01mb
    • 提供者:张波
  1. yuanma

    0下载:
  2. vc++MFC图像处理编程,包括对图像的平移,滤波,边缘检测等等算法,可以运行-vc++ MFC programming image processing, including image translation, filtering, edge detection algorithm, etc., you can run
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10.27mb
    • 提供者:panpan
  1. demo

    0下载:
  2. opencv和MFC结合编制的两个图像处理界面,直接打开导入图像,便可以得到多钟处理效果,边缘检测,图像变换等。-opencv and the MFC union establishment s two imagery processing contact surface, opens directly inducts the image, then may obtain the multi-clock processing effect, the marginal check, the pic
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:39.51kb
    • 提供者:pudn
  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. VC_Graphics_rendering_and_image_display

    0下载:
  2. VC++图形绘制与图片显示小例子,MFC的与设备无关的图形设备环境类CDC的应用和MFC中图像处理类CImage的应用例子,在对话框中显示图片,绘制图形-VC++ graphics rendering and picture shows a small example, MFC has nothing to do with the equipment, graphics equipment, environmental CDC in MFC application and type of ima
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:899.35kb
    • 提供者:liuzhenzhou
  1. cell

    0下载:
  2. 基于Visual C++,MFC界面,用于统计图片中细胞数量,包含一些图像处理功能,简单易用-Based on Visual C++, MFC interface for statistical picture number of cells, contains a number of image processing functions, easy to use
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.33mb
    • 提供者:放假
  1. text

    0下载:
  2. 简单的图像处理,基于对话框的MFC程序,可以实现显示,截取,保存,变灰度,反白等功能-A simple image processing, dialog-based MFC program, can be achieved show that interception, preservation, variable gray-scale, anti-white and other functions
  3. 所属分类:Graph program

    • 发布日期:2017-06-11
    • 文件大小:17.93mb
    • 提供者:张磊
  1. showManyPic

    0下载:
  2. MFC 图像处理 在一个画板上显示多幅图像,并实现了图像的移位、缩放、旋转-MFC image process display multiple image with shift, scale and rotate
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.11mb
    • 提供者:shiming413
  1. ThreeDBMP

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和 DrawScene函数中实现,主要初始化OpenGL运行时的环境变
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:104.53kb
    • 提供者:arechi
  1. ImageProcessing_S

    0下载:
  2. 图像处理平台,基于vc mfc编程实现图像的处理-Image processing platform, based on vc mfc programming image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:91.87kb
    • 提供者:瞿晨
  1. tiaoshi1

    0下载:
  2. 计算机图像处理,MFC实现图像的直方图显示、直方图的均衡化,以及中值滤波等功能-Computer image processing, MFC histogram of image display, histogram equalization and median filter and other functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.27mb
    • 提供者:张会会
  1. MFC.design.image.processing.tools

    0下载:
  2. MFC编程图像处理工具设计代码MFC Programming design code image processing tools -MFC Programming design code image processing tools
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:93kb
    • 提供者:a
  1. 基于MFC的OpenCV图像处理和显示

    0下载:
  2. 基于OpenCV的图像处理,通过点击按钮,选择要处理的参数,选择并将处理后的图像显示在图像控件上。
  3. 所属分类:OpenCV

    • 发布日期:2013-07-21
    • 文件大小:39.5kb
    • 提供者:shanglei10
  1. 图像处理基础

    0下载:
  2. c语言实现图像处理几何变换基础技术。编程平台为vc6.0。MFC程序.。运行dutu.cpp文件,得到图像处理界面,点击相应按钮,输出处理后图像。(C language implementation of image processing, geometric transformation, basic technology. The programming platform is vc6.0. MFC program. Run the dutu.cpp file, get the image
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-15
    • 文件大小:3.6mb
    • 提供者:小玲子
  1. 基于MFC的图像处理软件设计

    0下载:
  2. 基于MFC的图像处理软件设计,小东西,随便写写(MFC based image processing software design, small things, literally writing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:1.42mb
    • 提供者:角隅
  1. VC图像处理典型算法及实现

    0下载:
  2. vc图像处理典型算法及实现,里边包含了多个经典算法,希望对大家有帮助(Typical algorithm for VC image processing and Realization)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-06
    • 文件大小:1.39mb
    • 提供者:lily393
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com