搜索资源列表
zk00006-OpenTLD-8a6934d
- 捕食者物体跟踪算法 开放源码 英国萨里大学的一个捷克学生的博士论文的一部分 -TLD is an award-winning, real-time algorithm for tracking of unknown objects in video streams. The object of interest is defined by a bounding box in a single frame. TLD simultaneously Tracks the object, Lea
fulltext
- 一个实时的2维人体检测跟踪算法,是opencv源码里参考的文章之一。内容包括表面模型建立,新目标检测以及匹配的问题。-A Real-Time System for Detecting and Tracking People in 2D, is one of the references in opencv, including the appearance model, new object detect and how to find the corresponding one.
Qt_RobHess_Sift
- sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。 下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift
OpenSURF-H
- 关键点检测和描述算法,surf算法的opencv的源码,surf算法的性能与sift相当,但速度要远大于sift算法,经过测试可以正常运行-Keypoint detection and descr iption algorithm, algorithm source code at the Surf, surf the performance of the algorithm and sift quite, but the speed is much larger than sift algor
face_forest
- 利用条件回归森林算法实现的实时人脸检测源码-Use conditions return to the forest algorithm to achieve real-time face detection source code
VIBE
- 可视背景提取算法源码加论文,最近的建模方法-Visual background extraction algorithm source code plus papers, recent modeling method
decreasefog
- 暗通道去雾算法,环境VS2010,OPenCV2.3.1. 也可以将源码复制到自己的开发环境下直接使用,内附“说明文档”-DarkChannel defog algorithm.
Detailed-tracking-source
- 如果要跟踪的物体颜色和背景色有较大区别,可用基于颜色的跟踪 如CAMSHIFT 鲁棒性都是较好的。 此源码是一个opencv自带的CamShift算法使用工程实例(有非常详细的注释)。该实例的作用是跟踪摄像头中目标物体,目标物体初始位置用鼠标指出,其跟踪窗口大小和方向随着目标物体的变化而变化。-If you want to track the object color and background color is quite different, color-based tracking is
HuBuBianJu
- 做图像识别用的HU矩源码,图像平移旋转缩放不变性的算法源码-Do HU moment source image for recognition, image translation and rotation invariance algorithm source code
vlfeat-0.9.20-bin.tar
- sift算法源码,图像学中的重要分析算法.-sift algorithm source code, learn the important image analysis algorithms.
main
- 光流算法的源码 运用稠密光流(Lucas-Kanade)算法跟踪运动的图像-Optical flow algorithm source code using dense optical flow image (Lucas-Kanade) algorithm to track the movement of
opencv-watershed
- opencv watershed算法源码-opencv watershed
hsaliencyexe
- 图像边缘提取算法源码,基于局部显著度提取算法-saliency_RC on Opencv
k
- 主要是K-Means算法的实现,可以直接执行,其中图片的载入用到opencv,其他均为C++源码。-Mainly K- Means algorithm implementation, which can be d directly, the images load use opencv, other are c++ source code.
Pedestrian
- 行人检测源码 支持svm向量机,算法比较复杂,需要耐心-Pedestrian detection source
OpenCV_Based_Beta5a_MotionDetectio
- 基于OpenCVBeta5a版本的运动目标检测,简单实用,适合初学人员,里面有全部代码,便于查找各种算法的源码,不依赖lib文件。-Based on OpenCV Beta5 version of the moving target detection, simple and practical, suitable for beginners, there are all the code, easy to find the source of various algorithms, do no
Ransac
- ransac算法源码,是根据一组包含异常数据的样本数据集,计算出数据的数学模型参数,得到有效样本数据的算法。-ransac algorithm source code, based on a set of sample data set contains abnormal data, a mathematical model to calculate the parameter data, an algorithm is effective sample data.
PSOIZFR49
- 用于边缘检测的程序,86年canny算法,不错的源码(Canny algorithm is used for edge detection procedures, 86, a good source)
ozbyc
- matlab的遗传算法原理及实现,以及具体的应用 不错的源码(Matlab genetic algorithm principle and implementation, and a specific application of the source code)
OpenCV示例源码
- 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of