An open API service indexing awesome lists of open source software.

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

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