项目作者: nassim-fox

项目描述 :
corner detections in image using an implementation of Harris corner detection algorithm
高级语言: Python
项目地址: git://github.com/nassim-fox/Harris-corner-detection.git
创建时间: 2020-01-28T14:57:16Z
项目社区:https://github.com/nassim-fox/Harris-corner-detection

开源协议:

下载


Harris-corner-detection

corner detections in image using an implementation of Harris corner detection algorithm

how it works

  • Convert the input image to gray scale
  • Compute the gradients of the image
  • Compute the second moment matrix M
  • Apply Guassian filter to M
  • Compute the Haris mesure or the Harmonic Mean
  • Segmentation on the Cornerness Haris measure or Harmonic Mean
  • search local maximum from the 8 neighbors