https://github.com/hritik5102/harris-corner-detector
The Harris Corner Detector is a mathematical operator that finds features (what are features?) in an image.Feature is nothing but detecting corner , edge in an image. It is simple to compute, and is fast enough to work on computers
https://github.com/hritik5102/harris-corner-detector
Last synced: 7 months ago
JSON representation
The Harris Corner Detector is a mathematical operator that finds features (what are features?) in an image.Feature is nothing but detecting corner , edge in an image. It is simple to compute, and is fast enough to work on computers
- Host: GitHub
- URL: https://github.com/hritik5102/harris-corner-detector
- Owner: hritik5102
- Created: 2019-06-06T14:52:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T15:14:29.000Z (over 6 years ago)
- Last Synced: 2025-02-06T03:41:27.648Z (9 months ago)
- Language: Python
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harris-Corner-Detector
The Harris Corner Detector is a mathematical operator that finds features (what are features?) in an image.Feature is nothing but detecting corner , edge in an image. It is simple to compute, and is fast enough to work on computers