README.md
setup.py
src/tree_disk_pith.egg-info/PKG-INFO
src/tree_disk_pith.egg-info/SOURCES.txt
src/tree_disk_pith.egg-info/dependency_links.txt
src/tree_disk_pith.egg-info/entry_points.txt
src/tree_disk_pith.egg-info/requires.txt
src/tree_disk_pith.egg-info/top_level.txt
src/treediskpith/__init__.py
src/treediskpith/cli.py
src/treediskpith/config.py
src/treediskpith/detector.py
src/treediskpith/main.py
src/treediskpith/detection/__init__.py
src/treediskpith/detection/detection_method.py
src/treediskpith/detection/pith_detection.py
src/treediskpith/geometry/__init__.py
src/treediskpith/geometry/geometry_utils.py
src/treediskpith/geometry/line_transformations.py
src/treediskpith/geometry/primitives.py
src/treediskpith/geometry/structural_tensor.py
src/treediskpith/optimization/__init__.py
src/treediskpith/optimization/least_squares_solver.py
src/treediskpith/optimization/optimization_utils.py
src/treediskpith/optimization/optimizer.py
src/treediskpith/processing/__init__.py
src/treediskpith/processing/image_processing.py
src/treediskpith/utils/__init__.py
src/treediskpith/utils/file_utils.py
src/treediskpith/visualization/__init__.py
src/treediskpith/visualization/color.py
src/treediskpith/visualization/drawing.py
tests/test_treediskpith.py