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

搜索资源列表

  1. VC-PH

    1下载:
  2. 球面坐标定位法校正鱼眼图像畸变,使用visual studio 2008 编写,需要OpenCV的支持-Spherical coordinates locating fish eye image distortion correction, prepared using visual studio 2008, requires the support of OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5783226
    • 提供者:wanghan
  1. facedetection

    0下载:
  2. 人脸检测系统,采用opencv,vc++编译环境-Face detection system that uses opencv, vc++ compiler environment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:3053165
    • 提供者:fengj
  1. severalexample

    0下载:
  2. 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6132168
    • 提供者:lyd
  1. opencv-camshift

    0下载:
  2. 这是个opencv camshift的代码示例,直接用vc 6.0 可以直接运行!-This is a opencv camshift code example, the direct use vc 6.0 can run!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2729
    • 提供者:gengboting
  1. OpenCV-SetupON-VC-2008-Express

    0下载:
  2. 在VC2008 express下安装配置OpenCV的图解说明,非常详细~推荐新手观看使用-Installation and configuration under the VC2008 express illustrates OpenCV' s very detailed view user newbie ~
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1053353
    • 提供者:OSer
  1. CameraTest(based-on-OpenCV)

    0下载:
  2. 基于VC++6.0,调试成功,可以实现普通摄像头的视频显示功能,基于opencv-Based on VC++6.0, debugging success, can ordinary camera video display,based on OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1570189
    • 提供者:Kevin
  1. opencv

    0下载:
  2. 摄像机定标opencv程序,基于opencv的摄像机标定程序,vc++上编译-Camera calibration opencv procedures
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:16185
    • 提供者:杨小夏
  1. OpenCV-Project

    0下载:
  2. 这是一个使用OpenCv,在VC++ MFC平台下实现的图形图像处理程序源码,主要功能有彩色变灰阶,图像方向、旋转、放大缩小、水平镜像、垂直镜像、Laplace 变换、RGB分量、HSV分量、喇叭、分量等。-AppWizard has created this MyOpenCVMFC application for you. This application not only demonstrates the basics of using the Microsoft Foundation
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:53501952
    • 提供者:江滨
  1. OpenCV

    0下载:
  2. 基于opencv和vc++6.0实现的人脸检测,鼻子,嘴巴检测,眼睛检测。AVI播放器,手写数字识别,图像缩放等。-The opencv and vc++6.0 of realized based face detection, nose, mouth detection and eye detection. AVI player, handwritten numeral recognition, image scaling.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:30270282
    • 提供者:lmy
  1. OpenCV

    0下载:
  2. Opencv编程书籍,系统阐述opencv在VC中的作用和功能。-Opencv programming books, elaborated the role and function of opencv in VC.
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:1275301
    • 提供者:amao
  1. opencv-using-face-recognsion

    0下载:
  2. 结合OPENCV与VC写的关于人脸识别的代码,实现了对人脸的检测,然后再进行识别!-Combined with VC wrote on OPENCV face recognition code, the realization of human face detection, and then to identify!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:15706
    • 提供者:xiao
  1. opencv

    0下载:
  2. 显示系统时间的视频,用OpenCv在VC下编写的程序-The video display system time with OpenCv program written in VC
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1424645
    • 提供者:dorakid
  1. CLG

    0下载:
  2. CLG光流算法代码,基于opencv,vc++,可运行-CLG optical flow algorithm code, based on opencv, vc++, you can run
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4692
    • 提供者:郑宇凌
  1. vc-imageprocessing

    0下载:
  2. 数字图像处理,里面包含很多c++算法,适合初学opencv,包括图像融合、图像分割、图像拼接-Digital image processing, which contains a lot of c++ algorithm, suitable for beginners opencv, including image fusion, image segmentation, image stitching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:22037069
    • 提供者:白色恋人
  1. HoughCircles

    0下载:
  2. 霍夫变换求图像中的圈,opencv,vc++,环境vs2010,opencv2.4.8-Hough transforms the image circle, opencv, vc++, environment vs2010, opencv2.4.8
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14365323
    • 提供者:Evy
  1. Temporal-Difference-opencvP-vc

    0下载:
  2. 用openCV和vc实现的一个时间差分法,已经通过调试,可以直接运行。-Use openCV and vc realize a time difference method, has been debugging through, can be directly run.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-03
    • 文件大小:626379
    • 提供者:goumingbo
  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. MyFirstOpenCV

    0下载:
  2. OpenCV C++平台初始配置,非常适合新手学习参考(OpenCV C++ platform initial configuration, very suitable for novice learning reference)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-02
    • 文件大小:4096
    • 提供者:samuel gam
  1. 代码 特征点匹配目标提取

    0下载:
  2. 利用OpenCV以及vc++实现对物体特征点匹配目标的提取,(Using OpenCV and vc++ to achieve object feature point matching target extraction,)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:momo12
  1. 452874车牌识别定位vc版

    0下载:
  2. 能识别车牌,剪切,并识别图中的字符,需要使用opencv的库(It can identify the license plate, cut and identify the characters in the map.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:41984
    • 提供者:Zahaker
« 1 2 34 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com