资源列表
Test
- 用于测试Qt中配置OpenCV环境,检验是否配置成功-Used to test Qt configuration OpenCV environment, check whether the configuration is successful
moving-target-detection
- 静态背景下运动物体跟踪,采用L-K光流法,opencv源代码-Moving object tracking in static background, using L-K optical flow method, opencv source code
kuaisusaomian
- 可以实现那图像的快速扫描功能,去除图像中的无效区域-You can achieve the image of the fast scan function, remove the image in the invalid area
SLICPdbscan
- 运用超像素分割算法对图像进行预分割,再利用dbscan聚类算法进行聚类最终实现图像分割。-The use of ultra-pixel segmentation algorithm for image pre-segmentation, reuse dbscan clustering algorithm to cluster the final image segmentation.
HandRecogniser
- Hand Recogniser software. It trains on the colors of your hand (specifically 12 points of interest in our hand) and than uses them to threshold and elaborate the image taken the camera in order to detect and estimate your hand position. It can count
Face-Detection
- Python scr ipt to detect faces. It uses two haar cascade trained to recognise faces and eyes. The haar cascade are included. In uses OpenCV so it is required. The scr ipt is written in Python 3.
surf
- opencv仿射变换surf示例程序 在vs2010开发环境下实现-Opencv affine transformation surf example program In vs2010 development environment to achieve
Harris-Corner-Detection
- Harris角点检测综合实例 在vs2010开发环境,opencv库下实现 -Harris Corner Detection Comprehensive Example In vs2010 development environment, opencv library to achieve
task1
- 对加噪图像进行中值滤波和邻域平均平滑算子处理,去除椒盐噪声。-The median filter and the neighborhood smoothing operator are processed to eliminate the salt and pepper noise.
Floodfill
- opencv漫水填充算法(Floodfill)实例 在vs2010开发环境下-The opencv flood fill algorithm (Floodfill) instance In the vs2010 development environment
CompTextureDistance
- 计算纹理每一个特征图像的距离 计算灰度共生矩阵需要Matlab7.1及以上版本-Calculate the distance of each feature image The calculation of gray level co-occurrence matrix requires Matlab7.1 and above
Hough-transform
- opencv霍夫变换:线变换,圆变换合集 在vs2010开发环境下实验测试-Opencv Hough transform: line transform, circle transform set