Machine learningCorner detection
Harris角点检测器由Chris Harris和Mike Stephens于1988年提出,是识别数字图像中角点和兴趣点的基础方法。Harris角点是两个边缘在显著角度相交的点,这使得它们成为图像分析、匹配和三维重建中稳定且可重复的特征。
角点是图像强度在多个方向上急剧变化的点——这与边缘不同,边缘的变化只发生在一个方向上。Harris角点检测器通过分析当在一个小窗口在不同方向上移动时图像强度如何变化来工作。如果无论移动方向如何,强度变化都很大,那么就找到了一个角点。该方法通过检查图像梯度结构张量(二阶矩矩阵)来计算每个像素的角点响应分数。具有高角点响应的像素指示真实角点。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
+1 more
来源
- Harris, C., & Stephens, M. (1988). A combined corner and edge detector. Alvey Vision Conference, 147–152. link ↗
- Förstner, W., & Gülch, E. (1987). A fast operator for detection and precise localization of distinct points, corners and centres of circular features. ISPRS Intercommission Conference on Fast Processing of Photogrammetric Data, 281–305. link ↗
如何引用本页
ScholarGate. (2026, June 3). Harris and Stephens Corner Detection. ScholarGate. https://scholargate.app/zh/computer-vision/harris-corner-detection
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 斑点检测计算机视觉↔ compare
- 图像形态学操作计算机视觉↔ compare
- ORB特征描述符计算机视觉↔ compare
- 尺度空间理论计算机视觉↔ compare
- SIFT 特征检测计算机视觉↔ compare