资源列表
6图像分割
- 利用opencv实现图像分割,可直接运行(Opencv realization of image segmentation)
5图像简单特征检测
- 利用opencv实现图像简单特征检测,可直接运行(Opencv realization of image feature detection)
7分水岭算法
- 利用opencv实现分水岭算法,可直接运行(Opencv implementation of watershed algorithm)
cvHaarDetectObjects
- 基于openCV的人脸检测Demo,级联分类器在openCV中找(opencv\sources\data\haarcascades)。(Face detection Demo based on openCV)
detectMultiScale
- 基于openCV的人脸检测实现,分类器在源码中(opencv\sources\data\haarcascades)(Face detection Demo based on openCV)
Horn-Schunck方法
- 经典的H-S光流提取方法,程序,实测可用,(Classic optical flow extraction, program, available)
codebook算法
- codebook的建模效果比平均背景法好很多,建模过程中可以适应运动。CodeBook算法的基本思想是得到每个像素的时间序列模型。这种模型能很好地处理时间起伏,缺点是需要消耗大量的内存。(Image processing, codebook algorithm)
Threshold
- qt下实现opencv中threshold阈值操作(Implementation of threshold threshold operation in opencv under QT)
WindowsFormsApp1
- c#下如何通过emgu 获取 rtsp流,并显示在窗口中(emgu capture rtsp stream for demo)
提取图像轮廓质心
- 提取图形轮廓 以及轮廓所在的质心。用外接矩形包围其所在的轮廓(Extract the graphic outline,and the centroid of the contour .Encircling the outline with a rectangle)
kalman
- people tracking bying kalman filter
opencv
- opencv图片先灰度化,然后自适应阈值把图片变为黑白双色(二值化)。输出纯黑白图片(opencv The image is grayscale first, and then the adaptive threshold turns the picture into black and white (two value). Output pure black and white pictures)