资源列表
hessien1
- 海森差分行列式值,可在匹配时设定一定的阈值,从而减少匹配时间。(Hessian difference determinant value can be set to a certain threshold in the matching, so as to reduce the matching time.)
boxfilter
- 用盒状滤波器对积分图像进行滤波,在进行特征点检测,大大减少了时间。(Using the box filter to filter the integral image, the feature points are detected and the time is greatly reduced.)
控制台程序
- 利用opencv实现人脸识别,有效的快速定位并圈出位置(The face detection using OpenCV)
main
- 实现基于hog特征的svm分类器实现粉刺识别(Realization of svm classifier based on hog feature for acne recognition)
霍夫变换
- 基于opencv和图像识别技术,使用霍夫变换检测图片直线。(Based on OpenCV and image recognition technology, Hof transform is used to detect picture lines.)
ostu
- 大津法(OTSU)是一种确定图像二值化分割阈值的算法,由日本学者大津于1979年提出。从大津法的原理上来讲,该方法又称作最大类间方差法,因为按照大津法求得的阈值进行图像二值化分割后,前景与背景图像的类间方差最大(何为类间方差?原理中有介绍)。(Otsu method (OTSU) is a set of image binarization threshold segmentation algorithm, proposed by Japanese scholars ohtsu in 1979.
matchtemplate.cpp
- 模板匹配源代码,可以直接编译运行,实时更新模板(Template matching source code that can be compiled and run directly)
centre
- 可针对多个目标函数应用多目标遗传算法实现稳定优化过程(Genetic optimization of multiple targets)
canny边界提取
- opencv初学教程canny边界提取代码(canny,opencv,Boundary extraction)
多种重映射
- opencv初学代码程序,图像映射变化,主要是映射功能(opencv,Image mapping)
简易寻灯
- 给予颜色提取识别红色led小灯。通过对红色通道值的限定提取光源(Recognition of light source based on color extraction)
kalman
- people tracking bying kalman filter