MANIFEST.in
README.md
setup.py
staples_detection/__init__.py
staples_detection/staple_detector.py
staples_detection.egg-info/PKG-INFO
staples_detection.egg-info/SOURCES.txt
staples_detection.egg-info/dependency_links.txt
staples_detection.egg-info/requires.txt
staples_detection.egg-info/top_level.txt
staples_detection/__pycache__/__init__.cpython-37.pyc
staples_detection/__pycache__/staple_detector.cpython-37.pyc
staples_detection/algorithms/canny.py
staples_detection/algorithms/gradient.py
staples_detection/algorithms/utils.py
staples_detection/algorithms/__pycache__/canny.cpython-37.pyc
staples_detection/algorithms/__pycache__/gradient.cpython-37.pyc
staples_detection/algorithms/__pycache__/utils.cpython-37.pyc
staples_detection/assets/example_assets.py
staples_detection/assets/img001.png
staples_detection/assets/img002.png
staples_detection/assets/__pycache__/example_assets.cpython-37.pyc
staples_detection/assets/results_img001/canny_result001.png
staples_detection/assets/results_img001/combined_result001.png
staples_detection/assets/results_img001/horizontal_result001.png
staples_detection/assets/results_img001/vertical_result001.png
staples_detection/base/staple_detection_methods.py
staples_detection/base/__pycache__/staple_detection_methods.cpython-37.pyc
staples_detection/base/result/canny_staple_detection_result.py
staples_detection/base/result/gradient_staple_detection_result.py
staples_detection/base/result/mask_detection_result.py
staples_detection/base/result/__pycache__/canny_staple_detection_result.cpython-37.pyc
staples_detection/base/result/__pycache__/gradient_staple_detection_result.cpython-37.pyc
staples_detection/base/result/__pycache__/mask_detection_result.cpython-37.pyc