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

搜索资源列表

  1. MFCOpenCV

    0下载:
  2. 将MFC和OPENCV结合在一起,在MFC建立的对话框上,利用opencv进行视频播放和摄像头实时监控。-The MFC and OPENCV together, in the MFC dialog created using opencv camera for video playback and real-time monitoring.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.89mb
    • 提供者:孙涛
  1. opencvmfc

    0下载:
  2. 利用OpenCV显示相机采集过来的数据文件(dat)格式,并将其显示在对话框的picture控件上。-using the OpenCV show the image that is dat farmat,and show it in a picture control of dialog.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:4.95mb
    • 提供者:杨杰
  1. dialog_opencv_image

    0下载:
  2. VC++和OpenCV混合编制的用于显示图像的程序,其中用到VC++对话框的图像控件,显示图像用到OpenCV。-a progrem showing image using vc++ and opencv, very useful, use it!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.6mb
    • 提供者:勤勤
  1. Intelligent-Video-Surveillance

    0下载:
  2. 这是一个基于MFC对话框的OpenCV视频播放,基本功能都有,能有所参考-This is a dialog based MFC OpenCV video, basic functions are, to some reference
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:331.93kb
    • 提供者:Panda
  1. Image_Process

    0下载:
  2. 结合VC6和opencv,在MFC对话框的下,读入视频,并进行处理-With VC6 and opencv, in the MFC dialog box, the video read and processed
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7.04mb
    • 提供者:郭武锦
  1. showBMP

    0下载:
  2. 使用OPENCV函数 在对话框中显示一副图片 很适合新手学习OpenCV-OPENCV function using a picture displayed in the dialog box is suitable for novice to learn OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:7.43kb
    • 提供者:罗飞
  1. DecisionTree

    0下载:
  2. 基于OpenCV的例程,修改实现了基于MFC对话框构架的决策树算法,将部份注释和运行提示译成了中文,有助于更好地理解原程序。-MFC dialog based Decision-Tree algorithm modifited from OpenCV source code, adding Chinese comment for better understanding the program.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3.2mb
    • 提供者:安庆友
  1. EM

    0下载:
  2. 基于OpenCV的例程,修改实现了基于MFC对话框构架的期望最大化算法,将部份注释和运行提示译成了中文,有助于更好地理解原程序。-It s an MFC Dialog based Expectation Maximize algorithm modified from OpenCV source. Chinese comments are added to it to enchance better understand of the program.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2.96mb
    • 提供者:安庆友
  1. Kmean

    0下载:
  2. 基于OpenCV的例程,修改实现了基于MFC对话框构架的K均值算法,将部份注释和运行提示译成了中文,有助于更好地理解原程序。-MFC Dialog based K-mean algorithm modified from OpenCV source with Chinese comments added inside to make sure better understanding of it.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3.26mb
    • 提供者:安庆友
  1. read-and-change

    0下载:
  2. 用对话框做的,利用openCV读取图片,显示图片,对图片进行缩放,区域选取。-Dialog box, use openCV read the image, display pictures, picture zoom, region selection.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6.06mb
    • 提供者:大飞象
  1. mymfc

    0下载:
  2. 粒子滤波程序,调用的是OpenCV里的函数,没有重采样,用MFC基于对话框做的界面. 点击Next可以进行一帧一帧的处理,有2个按钮没有用-Particle filter program, calls the OpenCV function, there is no resampling, click Next to a processing of a MFC dialog-based interface. 2 button is not...
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3.26mb
    • 提供者:jake
  1. ReadVideo-avi

    0下载:
  2. 基于VC6.0利用OPENCV“读视频AVI文件和运动问题检测”的例程,用VC6.0的MFC对话框实现-Based on OPENCV VC6.0 use "read video AVI files and motion detection" routines, the MFC dialog box with VC6.0 realization
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:7.82mb
    • 提供者:成龙
  1. 2

    0下载:
  2. 用opencv打开图片,其中用到两种方法:单文档程序,对话框程序。-Open the picture, which used two methods: single-document program, the dialog box procedure with opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:10.93kb
    • 提供者:
  1. MFC_CLASS_DLL_OPENCV

    0下载:
  2. 本程序分为两部分 第一部分,DllClassText,在MFC中创建扩展 DLL,有两个类,一个为计算加减法,另一个为使用OPENCV方式打开图片,参数为图片路径.第二部分,dllClassApp,在MFC对话框程序中,调用第一部分生成的"DllClassText.dll",实现加减法和显示图片功能-This program is divided into two parts, the first part of DllClassText create an extended DLL in
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9.96mb
    • 提供者:chen
  1. EricDlg

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

    • 发布日期:2017-11-25
    • 文件大小:36.91mb
    • 提供者:caesar
  1. MFC-tuxiangxianshi

    0下载:
  2. 通过调用OpenCV库函数,用VC++6.0,新建基于对话框的工程,实现图像的显示功能。-By calling the OpenCV library functions, with VC++6.0, a new dialog-based project, the image display function.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:3.4kb
    • 提供者:夏海
  1. rotation-and-scaling

    0下载:
  2. VC++(OpenCV)实现图像的旋转和缩放(对话框)-VC++ (OpenCV) for image rotation and scaling (dialog)
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:25.83kb
    • 提供者:zhizhuo_33
  1. track

    0下载:
  2. 基于opencv的运动目标轮廓检测,用MFC编写的界面,实现视频在对话框指定位置的显示,有详细注释,适合初学者。-Moving target based on the contour detection opencv prepared with MFC interface, video display dialog box to specify the location, detailed notes for beginners.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1.8mb
    • 提供者:猪猪侠
  1. 1

    0下载:
  2. 基于MFC对话框的图片打开和获取指定点像素值,调用opencv函数-Open access to the specified point and the pixel values ​ ​ of the image-based MFC dialog, call the opencv function
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1.9mb
    • 提供者:范照曦
  1. figshow1

    0下载:
  2. VC++ 基于opencv的图像应用,显示指定位置的图像(show a picture in the Dialog box)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:1.31mb
    • 提供者:huangwifi
« 12 »
搜珍网 www.dssz.com