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

搜索资源列表

  1. serial1

    0下载:
  2. Find Face using OpenCV and MFC
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:25640450
    • 提供者:lollollollol
  1. MFCOpenCV

    0下载:
  2. 在MFC中使用opencv的经典教程,代码结构简单明晰,稍加改动就可以用于实际应用!-Use of opencv classic tutorial in MFC, the code structure is simple and clear, a little change can be used in practical applications.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:39458
    • 提供者:marshall
  1. mfc_opencv

    0下载:
  2. MFC调用opencv实现视频采集,图像处理-MFC call opencv video capture, image processing
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-26
    • 文件大小:26956
    • 提供者:
  1. RepairImage

    0下载:
  2. (基于MFC)读取一幅有缺损的图像,针对不同图像设置阈值获得Mask,在通过OpenCV的cvInpaint函数修复图像,修复时间短,修复效果较好。(包含测试图像)-(Based on MFC) read a defect image, set the threshold for different images to obtain the Mask, repair image through of OpenCV cvInpaint function, short time to repair,
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8540955
    • 提供者:庞茜
  1. Edge-Detection-Code-Release-1.1

    0下载:
  2. 图像边缘检测 Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log七种算法实现 MFC+Opencv+Visual Studio -Image Edge Detection Canny, Sobel, Laplace, Roberts, Prewitt, Krisch, Log seven kinds of algorithms to achieve MFC+Opencv+Visual Studio 11
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3994802
    • 提供者:刘召
  1. Shipin

    0下载:
  2. 应用OpenCV实现在MFC中采集视频,对现场进行监控报警。入侵报警-The application of OpenCV to capture video, on-site monitoring and alarming in MFC. Intrusion alarm
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:30366
    • 提供者:
  1. MFC_SHOW_IMAGE_VIDEOS

    0下载:
  2. 自己用MFC和OPENCV写的从摄像头读取视频或者显示图像的MFC历程-Video or display images from the camera to read MFC course written with MFC and OPENCV
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:43471
    • 提供者:枪手
  1. test3

    0下载:
  2. 使用OpenCV2.3.1开发包实现图像的旋转与镜像,OpenCV2.3.1与之前的版本有很大的不同,该代码中有,图像如何在MFC下显示,以及OpenCV新的特性都有所体现,具有很高的参考价值-To use OpenCV2.3.1 development package to achieve image rotation and mirroring, the OpenCV2.3.1 and previous versions are very different from the code in
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:12170
    • 提供者:小青
  1. facePro

    0下载:
  2. 人脸识别 人脸检测 MFC框架 opencv-face detective face recognized MFC opencv
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-24
    • 文件大小:7718380
    • 提供者:liumyua
  1. FullScreen

    0下载:
  2. 数字图像处理技术的经典算法实现opencv与mfc-A classical algorithm for digital image processing technology to achieve opencv with mfc
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11902049
    • 提供者:刘芝麻
  1. Line

    0下载:
  2. 数字图像处理技术的经典算法实现opencv与mfc-A classical algorithm for digital image processing technology to achieve opencv with mfc
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2921090
    • 提供者:刘芝麻
  1. sorce-code

    0下载:
  2. 在c++环境下实现的opencv的程序读取视频,读图片,MFC与pencv结合的实现读取视频和图片,简短,且效果好-read the video in opencv
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3948
    • 提供者:杨小孩
  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
    • 文件大小:10442503
    • 提供者:chen
  1. bianyuanjiance

    0下载:
  2. MFC + OpenCV 2.4 + Visual Studio 11 + OpenAL 1.1 7种算法实现(使用Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log和SUSAN 8种算法实现)了-MFC+ OpenCV 2.4+ Visual Studio 11+ OpenAL 1.1 7 algorithms (using the Canny, Sobel, Laplace, Roberts, Prewitt, Krisch, Log and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6934136
    • 提供者:yss
  1. cvMFCShow

    0下载:
  2. 基于MFC的OPENCV例子,打开图片进行边缘检测。-open image and detect edge based on mfc and opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:40882
    • 提供者:azhi
  1. camshift

    0下载:
  2. 使用MFC和OpenCV结合,使用camshift算法,实现基于摄像头的实时视频的运动物体的检测-Combined use of MFC and OpenCV, use camshift algorithm to track moving object
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:9142
    • 提供者:于敬
  1. openvcMFC

    0下载:
  2. 利用OPENCV 開圖 在MFC上,適合初學者適用~-OPENCV open map in MFC for beginners applies to
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:12299995
    • 提供者:BIll
  1. OPENCV_MFC

    0下载:
  2. 在MFC中利用OPENCV进行图像读取,灰度化,平滑一家边缘检测处理。-OPENCV in MFC using image reading, gray, smooth an edge detection processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:3439279
    • 提供者:humin
  1. DiscreteRGB

    0下载:
  2. 使用Opencv和MFC结合,实现对图像中各个分量的分离 并绘制其颜色直方图,便于使用者估计图像分割的阈值,值得使用-To use Opencv combined and MFC achieve the respective components of the image separation and draw its color histogram, to facilitate the user to estimate the threshold value of the image segm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:3485389
    • 提供者:张保
  1. PartLineTran

    0下载:
  2. 通过Opencv和MFC相结合进行图像处理,实现图像的局部线性变化,使用时可以根据用户需求更改参数,对感兴趣的部分进行局部变化,人机交互,值得下载-Opencv and MFC combination for image processing, image of the local linear change, using the parameters can be changed according to user needs, local changes in the part of int
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:3457638
    • 提供者:张保
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 25 26 »
搜珍网 www.dssz.com