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

搜索资源列表

  1. Abornmal-detect

    0下载:
  2. 学习MFC和opencv结合的例子,希望对初学者有帮助-Learning MFC and opencv combined with examples, I hope to help beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:4971836
    • 提供者:陈下
  1. face-recognition

    0下载:
  2. 人脸识别的程序,用的是mfc,基于opencv技术-Face recognition procedures, using MFC, based on opencv technology
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:955011
    • 提供者:mantianlong
  1. DrestronstructionOpencvMfcOpengl

    0下载:
  2. opencv 三维重建,mfc框架下opengl 显示,实现了相机标定到三维重建全过程,重建使用BM算法-opencv three-dimensional reconstruction, mfc framework opengl display, camera calibration to achieve a three-dimensional reconstruction of the whole process of reconstruction using the BM algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:7141189
    • 提供者:金媛媛
  1. ShowImageInMFC

    0下载:
  2. 基于OPENCV的图形显示,在MFC的多画框中显示图片-show image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:6745096
    • 提供者:XC
  1. MFCApplication8

    0下载:
  2. 使用MFC和OPencv进行多线程编程的实例,能够获取中间图片-Using MFC and OPencv multithreaded programming examples, can obtain an intermediate image
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1713083
    • 提供者:zhaojkun
  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
    • 文件大小:5057536
    • 提供者:
  1. MFCPOpenCV

    0下载:
  2. MFC中应用opencv的一个教程,深入浅出,详细的讲解它的使用,适合刚入门学习-MFC Application of opencv tutorial, a simple and detailed explanation of its use, for just getting started
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:378818
    • 提供者:lxbijs
  1. bayer1

    0下载:
  2. 本代码是用MFC和opencv联合开发的,界面用对话框来做,用于彩色图像颜色变换,适合于初学者-This code is using MFC and opencv jointly developed interface with dialog boxes do, for color image color transform, suitable for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4377216
    • 提供者:李明
  1. tx

    0下载:
  2. 本软件是在VC6.0的平台上,配合MFC界面以及OpenCV函数的调用开发出来的,它可以实现图像的显示,缩放,旋转,润化等操作,通过对图像进行处理,可以得出我们想要的图像-This software is in VC6.0 platform, with the MFC OpenCV function call interface and developed, it can realize image display, zoom, rotate, Run and other operations,
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-01
    • 文件大小:14221350
    • 提供者:dd
  1. SOURCE

    0下载:
  2. 基于MFC和openCV的多文档图像处理软件,包括现有各种对图像处理的方法,对于初学OPENCV做图像处理的人来说是很好的一个例程-Based on MFC and openCV multi-document image processing software, including the existing variety of image processing method, image processing for beginners who do OPENCV is a good one
  3. 所属分类:OpenCV

    • 发布日期:2017-06-10
    • 文件大小:17386258
    • 提供者:BryanYe
  1. OpencvUIDlg2.121

    0下载:
  2. 利用MFC写的一个opencv中可以实现人脸检测的源代码-The use of MFC write a opencv face detection can be achieved in the source code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:54926
    • 提供者:冬暖
  1. Image

    0下载:
  2. 基于opencv的mfc多文档图像处理包,实现图像处理的基本功能,图像增强,边缘检测,形态学变化等-Mfc-based multi-document image processing package opencv to achieve the basic functions of image processing, image enhancement, edge detection, morphological changes
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:2039780
    • 提供者:
  1. hand_writer_with_svm

    0下载:
  2. 基于opencv的手写数字识别(MFC,HOG,SVM)-Opencv handwritten numeral recognition (MFC, HOG, SVM) based
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:2972712
    • 提供者:gengzhen
  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
    • 文件大小:1882231
    • 提供者:猪猪侠
  1. Repair

    0下载:
  2. 基于opencv的图像修复,用MFC编写的界面,实现图像在对话框的显示,额外添加了.dll .h和.lib文件,没装opencv的也可以运行,适合初学者-Opencv based image restoration, prepared with MFC interface, image displays the dialog box, add an extra. Dll. H and. Lib files, not installed opencv can also be run for beg
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3828032
    • 提供者:猪猪侠
  1. List-Control_RowHeight

    0下载:
  2. MFC动态设置List control的行高,实现的源代码-reset the height of List control,realize by opencv and c++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:13692
    • 提供者:ran
  1. show_pic

    0下载:
  2. VC6.0,MFC配合OPENCV1.0打开显示一幅图片 。简单的Opencv测试程序,修改后可用于显示摄像头图像-VC6.0, MFC displays a picture with OPENCV1.0 open . Simple Opencv testing procedures, can be used to modify the camera image display
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-10
    • 文件大小:2324662
    • 提供者:刘磊
  1. mfcOpenCV

    0下载:
  2. Visual Studio MFC OpenCV Sample
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:893518
    • 提供者:young
  1. jiemian

    0下载:
  2. 利用opencv来实现视频的获取和保存,并且用MFC来实现界面。-use opencv achieve to video caputure and save ,and use MFC achieve interface
  3. 所属分类:Video Capture

    • 发布日期:2017-05-08
    • 文件大小:1863873
    • 提供者:wanshington
  1. image-edge-detection

    0下载:
  2. 压缩包含一个文件夹和三个文档。文件夹是图片Canny边缘检测的工程文件,有源代码和可执程序。三个文档是介绍在MFC中如何添加关联函数来使用openCV。-Contains a compressed folder and three documents. Pictures folder is Canny edge detection project files, source code and executable programs. Three documents are introduced
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2868122
    • 提供者:LiChongliang
« 1 2 ... 16 17 18 19 20 2122 23 24 25 »
搜珍网 www.dssz.com