ScholarGate
助手
Machine learningCorner detection

Harris角点检测器由Chris Harris和Mike Stephens于1988年提出,是识别数字图像中角点和兴趣点的基础方法。Harris角点是两个边缘在显著角度相交的点,这使得它们成为图像分析、匹配和三维重建中稳定且可重复的特征。

角点是图像强度在多个方向上急剧变化的点——这与边缘不同,边缘的变化只发生在一个方向上。Harris角点检测器通过分析当在一个小窗口在不同方向上移动时图像强度如何变化来工作。如果无论移动方向如何,强度变化都很大,那么就找到了一个角点。该方法通过检查图像梯度结构张量(二阶矩矩阵)来计算每个像素的角点响应分数。具有高角点响应的像素指示真实角点。

在 MethodMind 中打开即将推出视频即将推出Download slides

阅读完整方法

仅限会员

使用免费账户登录即可阅读本节。

登录

Method map

The neighbourhood of related methods — select a node to explore.

+1 more

来源

  1. Harris, C., & Stephens, M. (1988). A combined corner and edge detector. Alvey Vision Conference, 147–152. link
  2. 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 side by side

被引用于

ScholarGateHarris Corner Detection (Harris and Stephens Corner Detection). 于 2026-06-15 检索自 https://scholargate.app/zh/computer-vision/harris-corner-detection · 数据集: https://doi.org/10.5281/zenodo.20539026