LICENSE
README.md
pyproject.toml
src/scikit_shape.egg-info/PKG-INFO
src/scikit_shape.egg-info/SOURCES.txt
src/scikit_shape.egg-info/dependency_links.txt
src/scikit_shape.egg-info/requires.txt
src/scikit_shape.egg-info/top_level.txt
src/skshape/__init__.py
src/skshape/geometry/__init__.py
src/skshape/geometry/_curve_topology.py
src/skshape/geometry/_mesh.py
src/skshape/geometry/_triangulation_from_labels.py
src/skshape/geometry/curve.py
src/skshape/geometry/curve_adaptivity.py
src/skshape/geometry/curve_examples.py
src/skshape/geometry/domain.py
src/skshape/geometry/grid.py
src/skshape/image/__init__.py
src/skshape/image/enhancement.py
src/skshape/image/statistics.py
src/skshape/image/synthetic_image.py
src/skshape/image/util.py
src/skshape/image/segmentation/CkNN_clustering.py
src/skshape/image/segmentation/__init__.py
src/skshape/image/segmentation/_cut_cluster_classify.py
src/skshape/image/segmentation/_segment.py
src/skshape/image/segmentation/manifold_segmentation.py
src/skshape/image/segmentation/shape_energy.py
src/skshape/image/segmentation/shape_optimization.py
src/skshape/image/segmentation/topology_optimization.py
src/skshape/numerics/__init__.py
src/skshape/numerics/function.py
src/skshape/numerics/integration.py
src/skshape/numerics/marking.py
src/skshape/numerics/matrix.py
src/skshape/numerics/fem/__init__.py
src/skshape/numerics/fem/curve_fem.py
src/skshape/numerics/fem/domain2d_fem.py
src/skshape/numerics/fem/grid_fem.py