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

搜索资源列表

  1. OpenCVTest

    0下载:
  2. 利用opencv1.0+VC6.0写的一个小程序,主要实现了: 1.打开jpg图片 2.图片上叠加文字信息 3.利用opencv把图片显示到一个Picture控件上 4.picture控件的重绘问题 5.图片合并-Using opencv1.0+ VC6.0 to write a small program, the main achievement of: 1. Open the jpg image 2. Picture superimposed text informat
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4.27mb
    • 提供者:nana
  1. fengechuangkou-xianshituxiang

    0下载:
  2. 本程序下载即可运行,可直接使用。本程序实现了MFC分割窗口,然后利用opencv打开左右图像,图片格式不限。-The download of the program to run, can be used directly. This program the MFC split window, and then using opencv open left and right images, the image format is not limited.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2.34mb
    • 提供者:wuchenlong
  1. opencamera

    0下载:
  2. 在MFC下使用opencv实现摄像头视频显示,图像采集,以及使用camshift实现物体的追踪。自己参考别人写的,诸多不好之处,敬请谅解-Use opencv realized in MFC camera video display, image acquisition, and tracking objects using camshift achieve. Own reference written by someone else, a lot of not very good, pleas
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:12.94mb
    • 提供者:wangxiaotao
  1. BOOK_TEST

    0下载:
  2. openCV实现打开图片,同时采用哈里检测得到人脸部分,实现了图像的识别。-Open the image openCV achieved while using some of Harry' s face detection to be achieved image recognition.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.71mb
    • 提供者:boss liu
  1. opencv_tracking001

    0下载:
  2. 基于opencv里的函数,在vc的mfc类库下,利用帧差法做的人体跟踪人体系统-Opencv-based functions where, in the vc' s mfc libraries, using the frame difference method to do the human body tracking system
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:88.8kb
    • 提供者:honghai
  1. test1

    0下载:
  2. 基于MFC用opencv打开图像,对图像进行边缘检测和直方图均衡化处理-Open the image using opencv on MFC, the image edge detection and histogram equalization processing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1.68mb
    • 提供者:邢文君
  1. ImgRead

    0下载:
  2. 打开图片利用OpenCV中的图片读取和MFC来进行图片的简单读取-Open the image using OpenCV and MFC in the picture to read a simple read for pictures
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2.3mb
    • 提供者:石磊
  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. 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. mymfc

    0下载:
  2. OpenCV编程,变了一个MFC的程序,打开图片-using OpenCV and MFC open a image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12.05mb
    • 提供者:koral
  1. CVMFC_Example

    0下载:
  2. 利用opencv来处理图像,是一个MFC程序,里面包含各种图像的处理方法-Using opencv image processing is an MFC program, which contains a variety of image processing methods
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5.44mb
    • 提供者:liubang
  1. Display-Image-from-Camera-in-PictureBox_03

    1下载:
  2. example about open & view picture on picturebox in MFC using opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:15.25kb
    • 提供者:hieu
  1. opencv_Demo

    1下载:
  2. 利用MFC来实现OpenCV中的基本图像处理功能,比如缩放,边缘检测,腐蚀膨胀等等,也包括人脸检测部分,里面有详细的注释,非常适合于OpenCV的初学者.-OpenCV using MFC to achieve the basic image processing functions, such as zoom, edge detection, corrosion expansion, etc., but also includes face detection part, there are
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4.82mb
    • 提供者:
  1. Opencv-single

    0下载:
  2. 用OPENCV编写的MFC单文档程序,实现文件或图像的打开等操作-Using opencv language MFC single document , image or file open, close , etc
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5.42mb
    • 提供者:zhailin
  1. 0316segment

    1下载:
  2. 基于OpenCV的图像显著区域检测分割算法,原作者是用MFC类库实现的,我把他改为用OpenCV实现,可以方便的加入自己的OpenCV项目中。具体原理和原代码请参见原作者网站:http://ivrg.epfl.ch/supplementary_material/RK_CVPR09/-OpenCV-based image segmentation algorithm salient region detection, the author is using MFC class library, a
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:11.98mb
    • 提供者:huangbin
  1. cvmfc

    0下载:
  2. 在MFC单文档框架中用opencv2.3.1读取图片并显示,并进行灰度化,二值化,canny边缘等简单的图像处理-MFC single document using the framework of the opencv2.3.1 reading image and display, and graying, binarization, canny edge and other simpleimage processing
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:13.93mb
    • 提供者:李超林
  1. Dlgopencv

    0下载:
  2. 创建基于MFC的程序,并用opencv打开图像,处理图像,并在MFC的控件上显示出来。同时比较了Mat类和IplImage类的异同。-Create an MFC-based programs, and open the image, process images using opencv, and displayed on the MFC' s control. Mat also compared the similarities and differences of class and
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:18.56mb
    • 提供者:zhanghao
  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. demo

    0下载:
  2. 基于opencv2.4.9的图像配准SIFT和SURF算法程序,在vs2013平台,用MFC做的界面程序-image registration based on SIFT and SURF algorithm with Opencv2.4.9, in the vs2013 platform, using MFC to do the interface program
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:6.93mb
    • 提供者:石峰
  1. RkPictureProcessing

    0下载:
  2. 在vs平台下利用mfc框架开发的opencv程序,可以处理图像的膨胀、腐蚀以及开闭运算。-Under vs platform using mfc framework for the development of opencv program that can handle the expansion of the image, as well as opening and closing operation of corrosion.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11.16mb
    • 提供者:乾锦
搜珍网 www.dssz.com