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

搜索资源列表

  1. 图像处理课程设计

    1下载:
  2. 用MFC编写,实现的功能有: i. 打开256色的BMP格式的图像文件: ii. 图像的傅立叶变换: iii. 直方图均衡化: iv. 图像的中值滤波 v. 图像的边缘检测 vi. 几何变换 vii. 哈夫 曼编码查看: viii. 直方图查看 ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件 另外还有课设论文及重要模块流程图。有一定 的参考价值 -prepared using MFC, the functions are : i.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:828.81kb
    • 提供者:斯蒂芬
  1. 用MFC构建图像显示和操作的界面

    0下载:
  2. 用MFC构建图像显示和操作的界面; 掌握图像显示的方法并实现它; 编写读入BMP图像文件的程序; 编写把图像写入BMP图像文件的程序;,Image display using MFC to build and operate the interface master image display method and to achieve it the preparation of BMP image file read procedure the preparation of th
  3. 所属分类:界面编程

    • 发布日期:2017-05-27
    • 文件大小:4.13mb
    • 提供者:程博
  1. ShowBitmap

    0下载:
  2. 用VC++语言编写一个MFC多文档工程,实现三种图像格式的打开,其他格式可以依次编写来实现。-Using VC++ language to write a MFC multi-document projects, realize the opening of three image formats, other formats can be prepared in order to realize.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:47.55kb
    • 提供者:李兴泽
  1. funnyPShop

    0下载:
  2. Image filtering algorithm implementation using MFC. It supports LPF, HPF, making/remove noize, opening, erosion, dilation, making binary image, thinning, wavelet transform, DCT/IDT, hardamard transform, motion estimation with 2 iamges -Image filterin
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2.45mb
    • 提供者:byfun
  1. MyVideo1.0_AutoCamshift

    0下载:
  2. 程序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 程序做的不完善,只能针对类似test.avi的视频进行测试。(读一下函数GetBlob()你就能明白为什么了) 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Program using MFC+ openCV prepared. Can be realized a
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:555kb
    • 提供者:王呈鹏
  1. DIP_Program

    0下载:
  2. It is basic Image processing program by using MFC (Vc++). It used only 256*256 Raw Iamges. It contains lots of functions like as pixel-operation, Histogram Eq,St, geometric transformation, EdgeDetection
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4.22mb
    • 提供者:shpark
  1. moemMZ

    0下载:
  2. this is image mosaic sample program, and also you can test some basic programming skill by using MFC (vc++) . It make mosaic image by selecting 2 dominant image, after that It calculate affine transform matrix and you can see the result.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:7.52mb
    • 提供者:shpark
  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. Appendix26

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

    • 发布日期:2017-03-29
    • 文件大小:105.68kb
    • 提供者:ljinbo
  1. Image-processing-using-mfc

    0下载:
  2. 用mfc进行图像处理,程序实现了邻域平均,动态范围压缩,阈值分割,对称变换。-Image processing using mfc, the program implements the neighborhood average, dynamic range compression, threshold segmentation, symmetry transformation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2.38mb
    • 提供者:王宇煜
  1. Image-processing-using-mfc2

    0下载:
  2. 用MFC进行图像处理,该程序主要实现了阈值分割,边缘检测,中值滤波,图像锐化。-Image processing using MFC, the program mainly to achieve the threshold segmentation, edge detection, median filtering, image sharpening.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.45mb
    • 提供者:王宇煜
  1. Image-processing-using-mfc3

    0下载:
  2. 用MFC进行图形图像处理,该程序主要实现了缩放,滤波。通过平滑和锐化的的方法对图象进行滤波及对噪声的处理。-Graphical image processing using MFC, the program mainly to achieve the zoom, filter. Through the method of smoothing and sharpening of image filtering and processing noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.65mb
    • 提供者:王宇煜
  1. picture

    2下载:
  2. 利用MFC实现BMP图像的放大和缩小,当图片超过窗口是还可以显示滚动条已方便查看-Using MFC to achieve BMP images zoom in and out, when the image is more than window can also display the scroll bar is easy to see
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1.86mb
    • 提供者:顾婷婷
  1. opencv-MFC-Examples

    1下载:
  2. 这是本人收集的OpenCv与VC结合的一些例子,包括了许多基本的图像变换,开发工具为VC++ 6.0。-This is my collection of OpenCv using VC with some examples, including many of the basic image transformation, development tool is the VC++ 6.0.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4.14mb
    • 提供者:小眼
  1. ShowBitmap2

    0下载:
  2. 运用MFC设计图像打开界面,以及熟悉VISAL C++ 6.0 的使用-Open the image using MFC design interface, as well as familiar VISAL C++ 6.0 using
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-02
    • 文件大小:256.88kb
    • 提供者:李振伟
  1. show-image-in-MFC-using-Opencv

    0下载:
  2. 在MFC中基于opencv显示图像到picture控件上-OPENCV based MFC picture control to display images
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:238.56kb
    • 提供者:pengbo
  1. MFC-image-display-and-processing

    0下载:
  2. 介绍利用MFC的Picture控件显示和处理图像的文档-Picture Controls using MFC image display and processing
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-05
    • 文件大小:203.43kb
    • 提供者:shang
  1. parking

    0下载:
  2. 使用MFC+OPENCV 检测停车场车位数量,包括打开任意图片,使用MFC显示,点击按钮检测车位,弹出窗口提示剩余车位数量-Use MFC+OPENCV detect the number of parking spaces, including open any image, using MFC display, click the button detect parking spaces, the pop-up window will prompt the remaining number
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:19.29mb
    • 提供者:刘冬民
  1. Picture_Stiching

    1下载:
  2. 本算法为经典的图像拼接算法,可以将两张包含部分相同的图片拼接成一张图片,采用MFC的界面设计模式,程序容易理解,方便操作,取得较好的效果。(The algorithm for the classic image mosaic algorithm, you can put two pieces of the same picture spliced into a picture, using MFC interface design mode, the program easy to unders
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:85.58mb
    • 提供者:王老头
  1. MFC_OpenImg

    0下载:
  2. 用openCV opencv_world310实现打开图像,使用平台VS2015 opencv_world310 编写的MFC对话框程序,能实现简单的打开图像功能,方便初学者学习(Using openCV opencv_world310 to open the image, using the MFC dialog box program written by platform VS2015 opencv_world310, it can achieve a simple function of
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:698kb
    • 提供者:didiao
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com