LICENSE
README.md
pyproject.toml
src/skshapes/__init__.py
src/skshapes/errors.py
src/skshapes/globals.py
src/skshapes/types.py
src/skshapes/utils.py
src/skshapes.egg-info/PKG-INFO
src/skshapes.egg-info/SOURCES.txt
src/skshapes.egg-info/dependency_links.txt
src/skshapes.egg-info/requires.txt
src/skshapes.egg-info/top_level.txt
src/skshapes/applications/__init__.py
src/skshapes/applications/barycentric_landmark_setter.py
src/skshapes/applications/browser.py
src/skshapes/applications/vertices_landmark_setter.py
src/skshapes/applications/window_generator.py
src/skshapes/convolutions/__init__.py
src/skshapes/convolutions/constant_kernel.py
src/skshapes/convolutions/linear_operator.py
src/skshapes/convolutions/mesh_convolution.py
src/skshapes/convolutions/point_convolution.py
src/skshapes/convolutions/squared_distances.py
src/skshapes/data/__init__.py
src/skshapes/data/image.py
src/skshapes/data/polydata.py
src/skshapes/data/utils.py
src/skshapes/decimation/__init__.py
src/skshapes/decimation/decimation.py
src/skshapes/features/__init__.py
src/skshapes/features/curvatures.py
src/skshapes/features/implicit_quadrics.py
src/skshapes/features/moments.py
src/skshapes/features/normals.py
src/skshapes/features/structure_tensors.py
src/skshapes/input_validation/__init__.py
src/skshapes/input_validation/converters.py
src/skshapes/input_validation/notnone_rules.py
src/skshapes/input_validation/typechecking.py
src/skshapes/loss/__init__.py
src/skshapes/loss/baseloss.py
src/skshapes/loss/lp.py
src/skshapes/loss/nearest_neighbors.py
src/skshapes/loss/optimal_transport.py
src/skshapes/loss/varifold.py
src/skshapes/morphing/__init__.py
src/skshapes/morphing/basemodel.py
src/skshapes/morphing/extrinsic_deformation.py
src/skshapes/morphing/intrinsic_deformation.py
src/skshapes/morphing/rigid_motion.py
src/skshapes/morphing/validation.py
src/skshapes/multiscaling/__init__.py
src/skshapes/multiscaling/multiscale.py
src/skshapes/optimization/__init__.py
src/skshapes/tasks/__init__.py
src/skshapes/tasks/registration.py
src/skshapes/triangle_mesh/__init__.py
src/skshapes/triangle_mesh/edge_topology.py
src/skshapes/triangle_mesh/geometry.py
src/skshapes/triangle_mesh/shell_energy.py
tests/test_convolution.py
tests/test_curvatures.py
tests/test_decimation.py
tests/test_deformation.py
tests/test_device.py
tests/test_elastic_metrics.py
tests/test_errors.py
tests/test_implicit_quadrics.py
tests/test_input_validation.py
tests/test_loss.py
tests/test_moments.py
tests/test_multiscale.py
tests/test_polydata.py
tests/test_registration.py
tests/test_shell_energy.py
tests/test_triangle_mesh.py