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

搜索资源列表

  1. Threshold

    0下载:
  2. 通过Opencv和MFC相结合进行图像处理,实现图像的阈值分割,通过人机交互选择阈值或者自适应阈值处理。可以支持用户交互修改阈值,便于使用-Opencv and MFC combination for image processing, image threshold segmentation, select the threshold of human-computer interaction, adaptive threshold processing. Modify the thresho
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:3461327
    • 提供者:张保
  1. qtPvs2008Popencv

    0下载:
  2. 一直对MFC对OpenCV的支持不好而耿耿于怀,了解了Qt对OpenCV支持很好,但网上这方面的资料很少。大部分的图形交互的设计都是基于OpenCV2.0之前的数据结构lpImage进行的。最近得到了一本好书《OpenCV 2 Computer Vision Application Programming Cookbook》,参考这本书的利用Qt创建GUI,不过书中的办法是在Qt Creator下实现的,我这里通过VS2008+Qt实现。-Have been MFC support for Op
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:23038
    • 提供者:皇城圣骑士
  1. TrackEye_SourceCode

    0下载:
  2. camera capture using opencv on mfc
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-11-25
    • 文件大小:15246414
    • 提供者:tayoboy
  1. videoMFC

    0下载:
  2. 运用opencv和MFC,在对话框中显示摄像头中采集的视频信息-Use opencv and MFC, the camera captured video information is displayed in the dialog box
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-19
    • 文件大小:14268448
    • 提供者:panfenlan
  1. OPENCV_CAMSHIFT

    0下载:
  2. OPENCV的MFC界面+CAMSHIFT跟踪(在MFC对话框的picture控件中实现CAMSHIFT跟踪)-OPENCV the the MFC interface+CAMSHIFT track to achieve CAMSHIFT tracking (picture control in MFC dialog)
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-12
    • 文件大小:5455026
    • 提供者:panwenpei
  1. StereoVision

    0下载:
  2. 一个简单的摄像机定标与立体匹配测试程序——基于MFC和OPENCV的。-A simple test procedure example is based on MFC and Opencv ,used camera calibration and stereo matching.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:1649932
    • 提供者:
  1. MFC_OPENCV_test

    0下载:
  2. MFC opencv图像处理的简单程序-MFC opencv simple image processing program。。。。。。。。。。
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:4408157
    • 提供者:曹洪灵
  1. bubianjumfc

    0下载:
  2. 不变矩测量的程序 mfc集成 需要配置opencv 效果还可以 -Moment invariant measurement procedures MFC integrated need to configure opencv The effect can also be
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:4931723
    • 提供者:sifeng
  1. ourdev_695095U6UVMF

    0下载:
  2. OpenCV与mfc 摄像头简易程序,可以实现录制打开摄像头-Open CV and mfc
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:2454445
    • 提供者:钟根胜
  1. 3DrestronstructionOpencvMfcOpengl

    0下载:
  2. opencv 三维重建,mfc框架下opengl 显示,实现了相机标定到三维重建全过程,重建使用BM算法-the opencv three-dimensional reconstruction, mfc Framework under opengl display
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:3986073
    • 提供者:xizimi
  1. suofang

    0下载:
  2. 在OpenCv中显示加载并显示图片和缩放,同时使用了mfc界面-openCv load and show image
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:2721163
    • 提供者:钟根胜
  1. Halftone

    0下载:
  2. 在vc++中用MFC wizard exe用OpenCv进行图像的抖动半调。-Image Halftone
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:4939548
    • 提供者:卢永乐
  1. VS2010__MFC__OpenCV_2.4.1

    0下载:
  2. 如何在vs2010中的MFC中使用OPENCV,里面有讲配置方法。-How to use the MFC vs2010 OPENCV, inside speaks configuration.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:804909
    • 提供者:黄军伟
  1. OpencvDetection

    0下载:
  2. mfc实现的通过opencv进行五官识别-face detection using opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:503283
    • 提供者:huangrh
  1. DlgCodeBook

    0下载:
  2. MFC集合opencv做codebook算法实现,可直接运行-The MFC collection opencv doing codebook algorithm can be run directly
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:7213368
    • 提供者:岳咏
  1. MyVideo1.0_AutoCamshift

    0下载:
  2. 序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Write sequence with MFC+openCV. Automatic target selection box and the interframe difference the first few frames before th
  3. 所属分类:OpenCV

    • 发布日期:2016-01-23
    • 文件大小:2921472
    • 提供者:yaoyao
  1. MFCopencv

    0下载:
  2. 使用opencv在mfc中打开摄像头和视频文件-Open the camera and video files to use opencv in mfc
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-15
    • 文件大小:17131542
    • 提供者:林焕凯
  1. CVMFC

    1下载:
  2. 很好的OPenCV学习代码,基于MFC编写,可直接运行,可根据需要直接提取其中代码中有用部分自己使用。-Good OPenCV learning code, written based on MFC, can be run directly, directly extract a useful part of the code needed.
  3. 所属分类:OpenCV

    • 发布日期:2013-06-28
    • 文件大小:16532474
    • 提供者:徐从营
  1. StereoImageMeasuringApparatus

    0下载:
  2. 基于OpenCV和MFC的VC程序,实现影像对的显示和漫游;显示缩略图,进行手动粗定位;载入已量测点、手动亚像素级刺点等功能。附有程序的程序编写说明文档。有助于OpenCV和MFC混合编程的学习。 -OpenCV and MFC VC program, to achieve the image on the display and roaming show thumbnails, manual coarse positioning the load measurement point m
  3. 所属分类:OpenCV

    • 发布日期:2017-11-24
    • 文件大小:781763
    • 提供者:
  1. EricDlg

    0下载:
  2. Opencv和opengl的结合在MFC对话框中的应用-Opencv and opengl combination of MFC dialog
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:38698495
    • 提供者:caesar
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 26 »
搜珍网 www.dssz.com