项目作者: nassim-fox
项目描述 :
corner detections in image using an implementation of Harris corner detection algorithm
高级语言: Python
项目地址: git://github.com/nassim-fox/Harris-corner-detection.git
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