Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 659 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 659 Bytes

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