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

搜索资源列表

  1. zhifangtu_Juhen

    0下载:
  2. 将位图进行直方图均衡化处理,内附测试图像,MFC图形界面,内有Matlab实现直方图均衡化-Bmp picture histogram equalization processing, containing test images, MFC GUI,and there is 《Matlab implementation within the histogram equalization》inside
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4100264
    • 提供者:mkvt
  1. Lab1

    0下载:
  2. 利用Visual Studio 2008中的MFC,实现CCD摄像头图像获取并处理-Using Visual Studio 2008 in the MFC, to achieve CCD camera image acquisition and processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2088204
    • 提供者:向翔
  1. FreTrans

    0下载:
  2. 这文件是图像处理中线性变换的一些实例,用MFC写的。有线性变换,几何变换等样例-This file is the image processing examples of linear transform, written using MFC. A linear transformation, geometric transformation such as sample
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2105626
    • 提供者:hundred
  1. blobtrack

    1下载:
  2. 针对在复杂背景中检测出多批特定运动目标并实施分配批号实行标记跟踪,本文利用OpenCV的运动物体跟踪的数据结构、函数以及基本框架,建立了一个由人机交互界面模块;运动物体的前景检测模块;运动物体的团块特征检测模块;运动物体的团块跟踪模块轨迹生成模块;轨迹后处理模块组成的视频图像运动目标分析系统。-Aim at detecting,tracking and marking multipule specific targets in complex background.We use the ba
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:8200
    • 提供者:曾雯
  1. BitmapGray

    0下载:
  2. 用MFC 将图像进行灰度化处理的程序,适合图像处理的初学者-The image is gray with MFC processing procedures for image processing for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:295791
    • 提供者:陈浩明
  1. dibimage

    0下载:
  2. VC++ 6.0,MFC开发的图像处理程序,包括DIB图像读取,图像处理等基本功能-VC++ 6.0, MFC development of image processing procedures, including DIB image reading, image processing and other basic functions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:168185
    • 提供者:水浩淼
  1. Draw

    0下载:
  2. 图像处理作业,一个简单的画图工具。开发环境VC++,MFC制作-Image processing operations, a simple drawing tool. Development Environment VC++, MFC production
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7185527
    • 提供者:maitouganlu
  1. imageprocessing

    0下载:
  2. 能实现几乎所有的图像处理功能 包括点运算,几何变换,正交变换,图像分析,形态学变化等等,具体表现为阈值变换 轮廓提取 背景提取 图像编码等等,是不可多得的采用MFC处理图像的工程-Can achieve almost all of image processing functions include point operations, geometric transformations, orthogonal transform, image analysis, morphology, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6271985
    • 提供者:张鑫
  1. GeoTrans

    0下载:
  2. MFC中数字图像处理几何变换的程序。 很全的,本科阶段的都有!-MFC geometric transformation of digital image processing procedures.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:88367
    • 提供者:叶子
  1. OGL_MFC

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

    • 发布日期:2017-03-31
    • 文件大小:106657
    • 提供者:tom
  1. DIP

    0下载:
  2. 在MFC中实现了大部分主流图像处理算法以及部分论文涉及到的图像处理算法,界面友好-use MFC to realize main digital image process algorithm and some paper mentioned algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3603421
    • 提供者:conan
  1. DSMFC

    0下载:
  2. 在MFC中调用DirectShow。 采用自定义的新型位图 CDibs 实现图像文件的输入、输出,图像的处理与显示。使用 DirectShow 实现图像的视频采集,也用新型位图 CDibs实现,可实现高分辨率图像的采集。-MFC_DirectShow
  3. 所属分类:DirextX

    • 发布日期:2017-05-03
    • 文件大小:1485995
    • 提供者:陆宗骐
  1. DIB

    0下载:
  2. 这是一个使用MFC开发的图像处理程序,在该程序中开发了操作图像文件内部数据的类,使用它在加上图像处理的算法,就能够对图像进行处理。-This is a development of image processing using the MFC program, developed in the program in operation within the data image file type, use it with image processing algorithm, the imag
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3704621
    • 提供者:啊远
  1. wt0185

    0下载:
  2. 这个是我们实习的内容,利用MFC来做关于图像处理的程序。-This is the content of our practice to use MFC to do the procedure on the image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:63112
    • 提供者:王腾
  1. Pic

    0下载:
  2. 图像处理程序,很不错的,可以学习一下,怎么用来创建图形程序-Visual Studio 2008 mfc sp1 Picture program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:639976
    • 提供者:djhell
  1. image

    0下载:
  2. 一个用MFC实现的医学图像处理的示例代码-With the MFC implementation of a medical image processing example code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4658276
    • 提供者:yuqing
  1. FormatFactory.ZIP

    0下载:
  2. 这是一款功能强大的图像处理软件 尤其对于MFC编程者来说 他可以转化出我们所需要的bmp  ico 图片 -This is a powerful image processing software especially for MFC programmers who he can be transformed into a we need bmp ico image
  3. 所属分类:Special Effects

    • 发布日期:2017-06-22
    • 文件大小:40567808
    • 提供者:zhanghongyang
  1. SkinDemoDLG_

    0下载:
  2. MFC中,基于图像,皮肤对话框的处理及编程,很实用。-MFC, based on the image, the skin of the dialog box processing and programming, very practical.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1855251
    • 提供者:刘慧
  1. ImageProcessing

    0下载:
  2. 数字图像处理代码,实现了数字图像处理大部分功能,如图像类型转换、几何变换、空域滤波、频域滤波、分割和轮廓提取。。。基于MFC的CImage类-Digital image processing code, achieving the majority of digital image processing functions such as image type conversion, geometric transformation, spatial filtering, frequency d
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:32773968
    • 提供者:徐启龙
  1. Pic

    0下载:
  2. 数字图像处理的入门程序,是从MFC过度到数字图像处理的必备程序的学习,实现对数字图像的线性变换-Introduction to digital image processing program from MFC over to digital image processing to learn the necessary procedures to achieve a linear transformation of digital image! !
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1960645
    • 提供者:赵强
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 28 »
搜珍网 www.dssz.com