资源列表
HoughCircles函数
- 霍夫圆变换的HoughCircles函数,检测图像中的圆并绘制出来(The HoughCircles function of the hough transform, detects the circle in the image and draws it out)
webcamImageGetter
- webcam image getter example
domain
- 利用颜色标记查找二值图像中最大连通域并输出只有最大连通域的图像(Finding the most Dalian through domain in the image using color markings)
smokedetect
- smoke detection, and the result is well..
【OpenCV3版】《OpenCV3编程入门》书本配套源代码
- 包括OpenCV3编程入门的书本、配套练习代码以及本人自己的Onenote笔记,比较基础,适合入门(The book, the supporting practice code, and my own Onenote notes, which include the introduction of OpenCV3 programming, are more basic to the introduction)
libsvm-3.0
- 经典的SVM代码,可以用于学习,优化后的C++代码(Classic SVM code that can be used to learn and optimize the C++ code)
opencv3.2_SIFT+flann
- 本程序用于图像拼接,使用了SIFT特征点匹配,加上了加权融合算法去除了明暗接缝(This program is used for image stitching, using SIFT feature point matching and adding a weighted fusion algorithm to remove the bright and dark seams)
kaze-master
- Kaze的实现源码,其中包括KAZE的核心算法库以及KAZE特征的提取、匹配和比较等例程,是基于OpenCV实现的。(Kaze source code, including KAZE core algorithm library and KAZE feature extraction, matching and comparison routines are based on OpenCV.)
opencv-akaze
- opencv-图像特征检测算法 akaze(Opencv- image feature detection algorithm akaze)
OpenCV的人脸验证MFC程序
- 检测人脸,基于MFC界面。当录入照片后,摄像头再遇到相同的人脸能够识别出来。(Detection of face, based on the MFC interface. When the photos are recorded, the camera can be identified with the same face.)
contoursmatch_cv
- 基于opencv实现轮廓匹配的代码,可以运行(Implement contour matching code with OpenCV)
SLIC
- 超像素分割算法,基于K-means算法,自己写了一个方便优化,非常实用(Super pixel segmentation algorithm, very practical)