CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OPENCV IMAGE MFC

搜索资源列表

  1. opencvPvc

    0下载:
  2. 在MFC对话框中显示图像,并利用OPENCV对图像处理。非常实用。-Display images in MFC dialog box and use OPENCV for image processing. Very practical.
  3. 所属分类:ComboBox

    • 发布日期:2017-05-16
    • 文件大小:4527782
    • 提供者:李风
  1. OpenCVMFCDisplay

    0下载:
  2. 使用OpenCV库实现在MFC平台下的图像显示,已经包含相应的lib和dll库,可直接运行,效果不错-MFC with OpenCV library implementation platform in the image display, already contains the appropriate lib and dll libraries, can be directly run, good results
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3221331
    • 提供者:zhufeng
  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
    • 文件大小:2452712
    • 提供者: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
    • 文件大小:13568524
    • 提供者:wangxiaotao
  1. cvision

    0下载:
  2. 简单的MFC+OPENCV,从文件中读取一张图片并对改图进行边缘检测!-An simple example of MFC&OpenCV.Read an image froe the file,and detect the edge of the image!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7493227
    • 提供者:李奇
  1. ContourExtract

    0下载:
  2. 利用opencv和visual C++ 实现的可以正确的提取图像中前景的轮廓,结合MFC编程,可以直接编译和运行。-Using OpenCV and visual of C++ to achieve can correctly extract the image foreground contour, with the MFC programming, can be directly compiled and run.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:12055930
    • 提供者:zhangliwei
  1. ImageProcess

    0下载:
  2. 利用MFC和OpenCV实现的图片浏览器,支持放大缩小拖拽-Achieved using MFC and OpenCV image browser, support zoom drag
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-12
    • 文件大小:2709302
    • 提供者:邓朔
  1. MFCDrawROI

    0下载:
  2. 基于opencv的MFC 的图像图形小工具 对学习opencv很实用 -MFC based on opencv image graphics small tools for learning opencv is very practical
  3. 所属分类:Special Effects

    • 发布日期:2017-06-01
    • 文件大小:14074108
    • 提供者:张泰
  1. canny_edge

    0下载:
  2. opencv结合MFC,打开图片并进行图像处理-opencv combined with MFC, open the picture and image processing
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-09
    • 文件大小:16594113
    • 提供者:zhao
  1. MyMFC

    0下载:
  2. opencv 模板匹配的MFC程序,可以针对黑白、彩色图片进行设置模版,检索图片-base opencv image model found applicaiton
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-28
    • 文件大小:311929
    • 提供者:Xiexiaoming
  1. opencv-show-image-based-on-MFC

    0下载:
  2. 基于MFC实现opencv图像显示、灰度化、旋转、边缘检测和缩放功能-Opencv display, gray, rotate, edge detection and zoom image based on the MFC
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-28
    • 文件大小:8774
    • 提供者:谢宝中
  1. DemoShow

    0下载:
  2. 基于opencv的mfc图像显示demo,使用对话框界面,适合初学者学习使用-Opencv based on the MFC image display demo, using the dialog box interface, suitable for beginners to learn to use
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-01
    • 文件大小:13404160
    • 提供者:chao
  1. MFC--Picture-control-OpenCV-2.4.9

    0下载:
  2. 本实例使用vs2013 中的 vc++结合opencv2.4.9进行图片显示。图片显示在picture contrrl,然后进行图片边缘提取-This example uses the vc++ vs2013 opencv2.4.9 be combined picture is displayed. Picture appears in the picture contrrl, then image edge extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10668032
    • 提供者:wangningfeng
  1. CvvImage

    0下载:
  2. opencv在mfc中显示图片,将图片贴到mfc的控件中。-opencv and mfc show image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-14
    • 文件大小:3015
    • 提供者:beifengche
  1. CvvImage

    0下载:
  2. 好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3029
    • 提供者:hongh
  1. DisplayOpenCv

    0下载:
  2. 一种简单的在MFC中显示OpenCv图像的方法。-Display the OpenCv image in MFC
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-02
    • 文件大小:14088433
    • 提供者:肖钦峰
  1. image_cut_opencv220

    0下载:
  2. MFC+OPENCV+Halcon各模块图像格式转换例子,例子非常不错。可以 很快掌握VC到opencv,opencv到halcon直接的图像格式转换!(MFC+OPENCV+Halcon each module image format conversion example, very good. Sure Quickly grasp the VC to opencv, OpenCV to Halcon direct image format conversion!)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:4590592
    • 提供者:classpeople
  1. 图割算法MyGraphCuts0.1

    0下载:
  2. 实现图像分割,给定基准色将目标完整分割出来。 效果好,速度慢。(To achieve image segmentation, given a reference color to complete the goal of segmentation. Good effect, slow speed.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-03
    • 文件大小:569344
    • 提供者:风中山丘
  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
    • 文件大小:714752
    • 提供者:didiao
  1. 377241068940277

    1下载:
  2. 本次程序是基于opencv开发的,实现细胞图像分割,计数统计,非常实用。(This program is based on OpenCV development.It is very practical to achieve cell image segmentation and count statistics.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-04-14
    • 文件大小:987136
    • 提供者:大大z
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com