搜索资源列表
nonmaxsuppts
- Non maxima suppression and thresholding for points generated by a feature or corner detector.
77433642HarrisCorner
- harris corner detector code in vc++ is added in this file.
Harris
- harris corner detector test thingy
Harris
- Harris corner detector
fast-matlab-src-2.1-2
- FAST corner detector
Corners
- 首先,请检查/样品在你的OpenCV的分布/ C/ squares.c的。这个例子提供了一个方形的检测,如何检测角落类似的功能,它应该是一个不错的开始。然后,一起来看看在OpenCV的功能,导向功能,如cvCornerHarris()和cvGoodFeaturesToTrack()。 上述方法可以返回许多角落类似的功能 - 最不会“真正的角落”你正在寻找。在我的应用程序,我只好检测,旋转或倾斜的广场(透视)。我的检测流水线包括: 从RGB转换为灰度级(cvCvtColor)
harristest
- HARIS角点检测代码,用来检测图像的haris特征点-haris corner detector detect the keypoint in the image
Corner1
- Corner detector based on global and local curvature properties