LICENSE
MANIFEST.in
README.md
pyproject.toml
benchmarks/test_seam_removal.py
docs/algorithm-overview.md
docs/api.md
docs/architecture.md
docs/benchmarking.md
docs/design-decisions.md
src/seamop/__init__.py
src/seamop/_image.py
src/seamop/_plan.py
src/seamop/_planner.py
src/seamop/_search.py
src/seamop/_validation.py
src/seamop/calculator.py
src/seamop/cli.py
src/seamop/core.py
src/seamop/logger.py
src/seamop/py.typed
src/seamop.egg-info/PKG-INFO
src/seamop.egg-info/SOURCES.txt
src/seamop.egg-info/dependency_links.txt
src/seamop.egg-info/entry_points.txt
src/seamop.egg-info/requires.txt
src/seamop.egg-info/top_level.txt
src/seamop/benchmarks/__init__.py
src/seamop/methods/__init__.py
src/seamop/methods/gradient.py
src/seamop/methods/interface.py
src/seamop/methods/laplacian.py
src/seamop/methods/sobel.py
tests/conftest.py
tests/test_calculator.py
tests/test_calculator_energy.py
tests/test_cli_commands.py
tests/test_cli_errors.py
tests/test_cli_logging.py
tests/test_functional_api.py
tests/test_gradient.py
tests/test_image.py
tests/test_laplacian.py
tests/test_package.py
tests/test_plan.py
tests/test_planner.py
tests/test_search.py
tests/test_sobel.py