资源列表
目标跟踪-代码
- complete tracking with HOG feature extraction and color histogram match.
hough
- hough变换找圆源码程序,保证能运行hough变换找圆源码程序,保证能运行(Hough transform to find the circle source program)
Capture
- Tracking Project demo source code!
sift描述子具体实现
- matlab实现的sift描述子,lowe提出的(The SIFT descr iptor implemented by Matlab is proposed by Lowe)
【1】第一章
- 【OpenCV3版】《OpenCV3编程入门》书本配套源代码 第一章([OpenCV3 version] OpenCV3 programming portal book matching source code)
【2】第二章
- 【OpenCV3版】《OpenCV3编程入门》书本配套源代码([OpenCV3 version] OpenCV3 programming portal book matching source code)
surfdescriptor
- 获取特征点后,对其进行描述。可用于降维处理。(After obtaining the feature points, it is described. It can be used to reduce dimension.)
hessien1
- 海森差分行列式值,可在匹配时设定一定的阈值,从而减少匹配时间。(Hessian difference determinant value can be set to a certain threshold in the matching, so as to reduce the matching time.)
quickly match
- 基于亮度/色彩一致性,在SURF算法的基础上提出了一种快速图像特征点匹配算法,可以缩小特征点匹配所需的运行时间,提高正确匹配率。(Based on the brightness / color consistency, a fast image feature point matching algorithm based on SURF algorithm is proposed, which can reduce the running time of feature point matchi
boxfilter
- 用盒状滤波器对积分图像进行滤波,在进行特征点检测,大大减少了时间。(Using the box filter to filter the integral image, the feature points are detected and the time is greatly reduced.)
creat kd_tree2
- 多维KD树建立的完整代码,用于最近邻匹配。(The complete code created by the multidimensional KD tree is used for nearest neighbor matching.)
opencv_camera
- opencv 调用PC摄像头进行拍照并保存照片(Opencv calls PC camera to take photos and save photos)
