搜索资源列表
strong-corner-detect
- 结合OpenCV进行强角点检测,并得到检测到的角点。-combine with OpenCV, the project detect strong corners, and return the coordinate of points.
maxarea
- 本程序用于检测图像中最大连通区域。通过对小波或其他边缘检测的结果进行适当处理,较为准确得出原图片中的最大连通区域。可用于显著性检测以及区域分割等。实现平台为C++&opencv-This procedure is used to detect the image of the largest regional connectivity. Through the wavelet edge detection results or other appropriate treatment, more
test
- 基于Hog特征和SVM分类器进行人检测(opencv自带训练分类器)-Based on Hog and SVM classifier is used to detect the people
circle-detect
- 自己写的一个基于opencv轮廓检测之后判断是否为圆的小程序,基本思想是判断矢量点积,速度比较快,检测率对完整的圆检测效果比较好,有遮挡或者其他图形遮盖、穿越的无法检测-Himself wrote a later opencv contour detection based on the judgment whether the circle of small procedures, the basic idea is to determine the vector dot product, f
SURF
- detect a key point for image using SURF with opencv