API reference

Scikit-Shapes: shape analysis in python.

Functions

Sphere()

Return a sphere.

Circle([n_points])

Return a circle.

Classes

PolyData(points, *[, edges, triangles, ...])

A polygonal shape that is composed of points, edges and/or triangles.

Modules

types

Types aliases and utility functions for scikit-shapes.

features

Point normals, curvatures, etc.

convolutions

applications

triangle_mesh

Functions related to triangle meshes.

loss

Loss functions for shape analysis.

morphing

Deformation models.

optimization

Optimizers.

multiscaling

Multiscale representation of shapes.

tasks

High-level tasks: registration, atlas construction, etc.

input_validation

Input validation module