搜索资源列表
color-tracking
- This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . 该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。-This application demonstrates a fast, simple color tracking algorithm that can
matlab函数
- cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
FaceDetection
- 人脸检测。用c++编写。人脸检测是人脸分析的首要环节,其处理的问题是确认图像(或影像)中是 否存在人脸,如果存在则对人脸进行定位。人脸检测的应用领域相当广泛,是实 现机器智能化的重要步骤之一。 AdaBoost 算法是1995 年提出的一种快速人脸检测算法,是人脸检测领域里 程碑式的进步,这种算法根据弱学习的反馈,适应性地调整假设的错误率,使在 效率不降低的情况下,检测正确率得到了很大的提高。-Face Detection. Using c++ to prepare. Fac
fast_opencv-1.0
- 一种快速检测特征点的方式,基于opencv-this is a software code for corner extraction
FaceMFC_v2
- 使用OpenCV做的一个人脸检索系统,包括实现了静态图片的人脸检测,以及视频流中的人脸检测,和人脸匹配,实现了视屏播放,在视频中快速检索需要寻找的人脸目标-Using OpenCV to do a face retrieval system, including the realization of the static image of face detection and video streaming in face detection and face matching, to achi
video_homography
- 基于opencv的corner检测This program demonstrated the use of features2d with the Fast corner detector and brief descr iptors-This program demonstrated the use of features2d with the Fast corner detector and brief descr iptors
OFacceDectioop
- 一种基于opencv与Visual C++2005,用adaboostt实现的人脸检测系统,检测率非常高,速度非常快,值的看看! -Based opencv with Visual C++2005 achieved with adaboostt face detection system, the detection rate is very high, very fast look at the value of
FPicturesMatca
- 快速的图像模板匹配代码,很辛苦找到到的,属于Opencv的,共享给大家了 -Fast image template matching code, very hard to find, belongs Opencv shared with everyone
opencv-lpr
- 基础开源计算机视觉库项目的一种快速车牌定位,车牌识别,MFC开发的非常好用的源码及程序!-Open Source Computer Vision Library project basis a fast license plate location, license plate recognition, MFC developed a very useful source code and program!
camShiftKalman
- Camshift With Kalman in visual studio, opencv need, working with UI, tracking and color track. Fast
FAST
- 基于FAST算法的特征点检测,基于opencv和vs2010-Based on the FAST algorithm of feature point detection, based on opencv and vs2010
RobustMatch
- 基于opencv,讲述关于SIFT、SURF、ORB、FREAK、FAST、BRIEF等方法用于图像的特征提取以及匹配之间的不同-Based on opencv, about SIFT, SURF, ORB, FREAK, FAST, and BRIEF, used for image feature extraction and matching between different
CAMSHIPT-SAMPLE
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ source code, OPENCV BETA 4.0 release is given in this example in their SAMPLE.
OpenCV-DSP
- 主要是介绍opencv怎么样移植到dsp 上,适合新手的快速上手-Opencv is to introduce how to migrate to the dsp, suitable for beginners to get started fast
ORB
- 该算法基于opencv库,能够实现图像ORB角点检测,并实现图像匹配(ORB image key point detection algorithm, fast and efficient implementation of image feature point detection and matching)
harris检测
- 使用harris角点检测算法,对象进行检测,效果优秀速度快(Using the Harris corner detection algorithm, the object is detected, the effect is excellent and fast.)
Tracking_ASMS
- ASMS仅依靠颜色特征的算法而且速度很快,在VOT2015是20名, 是VOT2015官方推荐的实时算法,平均帧率125FPS。在VOT2016是32名,整体属于中等水平。在经典mean-shift框架下加入了尺度估计,经典颜色直方图特征,加入了两个先验(尺度不剧变+可能偏最大)作为正则项,和反向尺度一致性检查。在相关滤波和深度学习盛行的年代,还能看到mean-shift打榜还有如此高的性价比实在不容易。环境:WIN8.1 64位 +Visual Studio 2015 +OpenCV 3.3.