/image-corner-detection

Implementation of Harris Corner Detection and its variants

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

How it Works

The scrip will find the images from images directory as input and find harris corners and out the images and reports to output folder.

Getting Started

Requirements

  • Python3

Local Run

Please go to project root and install python packages by follwing command

pip install -r requirements.txt 

To run the corner detections for images within images folder

python harris.py 

Notebook Run

Please install notebook

pip install jupyterlab

Please start notebook server

jupyter notebook

Then please open the file harris.ipynb