The scrip will find the images from images directory as input and find harris corners and out the images and reports to output folder.
- Python3
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
Please install notebook
pip install jupyterlab
Please start notebook server
jupyter notebook
Then please open the file harris.ipynb