Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 243 Bytes

readme.md

File metadata and controls

16 lines (13 loc) · 243 Bytes

Sunspot Detection

python3 process.py -i path/to/initial_image.jpeg -d path/to/images  -o path/to/output

Dependencies

# numpy
pip3 install numpy
# matplotlib
pip3 install matplotlib
#skimage
pip3 install skimage