Scikit-Shapes
Why Scikit-Shapes?
Getting started
User guide
Gallery of examples
API reference
How Scikit-Shapes works
Contributing
Scikit-Shapes
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
V
_
__init__() (skshapes.applications.barycentric_landmark_setter.BarycentricLandmarkSetter method)
(skshapes.applications.browser.Browser method)
(skshapes.applications.vertices_landmark_setter.LandmarkSetter method)
(skshapes.applications.vertices_landmark_setter.LandmarkSetterMultipleMeshes method)
(skshapes.applications.vertices_landmark_setter.LandmarkSetterSingleMesh method)
(skshapes.convolutions.constant_kernel.Constant1Kernel method)
(skshapes.convolutions.linear_operator.LinearOperator method)
(skshapes.convolutions.squared_distances.KeOpsSquaredDistances method)
(skshapes.features.Moments method)
(skshapes.loss.baseloss.BaseLoss method)
(skshapes.loss.baseloss.EmptyLoss method)
(skshapes.loss.baseloss.ProductLoss method)
(skshapes.loss.baseloss.SumLoss method)
(skshapes.loss.lp.L2Loss method)
(skshapes.loss.lp.LandmarkLoss method)
(skshapes.loss.lp.LpLoss method)
(skshapes.loss.nearest_neighbors.NearestNeighborsLoss method)
(skshapes.loss.optimal_transport.OptimalTransportLoss method)
(skshapes.loss.varifold.VarifoldLoss method)
(skshapes.morphing.basemodel.BaseModel method)
(skshapes.morphing.extrinsic_deformation.ExtrinsicDeformation method)
(skshapes.morphing.extrinsic_deformation.ODEModule method)
(skshapes.morphing.intrinsic_deformation.IntrinsicDeformation method)
(skshapes.morphing.rigid_motion.RigidMotion method)
(skshapes.multiscaling.decimation.Decimation method)
(skshapes.multiscaling.multiscale.Multiscale method)
(skshapes.optimization.Adagrad method)
(skshapes.optimization.Adam method)
(skshapes.optimization.BaseOptimizer method)
(skshapes.optimization.LBFGS method)
(skshapes.optimization.SGD method)
(skshapes.PolyData method)
(skshapes.tasks.registration.Registration method)
(skshapes.triangle_mesh.edge_topology.EdgeTopology method)
(skshapes.types.CoarseToFinePolicy method)
(skshapes.types.FineToCoarsePolicy method)
(skshapes.types.image_type method)
(skshapes.types.MorphingOutput method)
(skshapes.types.neighborhoods_type method)
(skshapes.types.polydata_type method)
A
actual_reduction (skshapes.multiscaling.decimation.Decimation property)
Adagrad (class in skshapes.optimization)
Adam (class in skshapes.optimization)
add_landmarks() (skshapes.PolyData method)
append() (skshapes.multiscaling.multiscale.Multiscale method)
as_isometric_as_possible() (in module skshapes.morphing.intrinsic_deformation)
at() (skshapes.multiscaling.multiscale.Multiscale method)
axis_angle_to_matrix() (in module skshapes.morphing.rigid_motion)
axis_angle_to_quaternion() (in module skshapes.morphing.rigid_motion)
B
barycentric_coordinates() (in module skshapes.applications.barycentric_landmark_setter)
BarycentricLandmarkSetter (class in skshapes.applications.barycentric_landmark_setter)
BaseLoss (class in skshapes.loss.baseloss)
BaseModel (class in skshapes.morphing.basemodel)
BaseOptimizer (class in skshapes.optimization)
best_key() (skshapes.multiscaling.multiscale.Multiscale method)
boundary_edges (skshapes.triangle_mesh.edge_topology.EdgeTopology property)
bounding_grid() (skshapes.PolyData method)
Browser (class in skshapes.applications.browser)
C
cache_clear() (skshapes.PolyData method)
Circle() (in module skshapes)
closest_dtype() (in module skshapes.input_validation.converters)
closest_vertex() (in module skshapes.applications.vertices_landmark_setter)
CoarseToFinePolicy (class in skshapes.types)
collapses (skshapes.multiscaling.decimation.Decimation property)
Constant1Kernel (class in skshapes.convolutions.constant_kernel)
constant_1_kernel() (in module skshapes.convolutions.constant_kernel)
control_points (skshapes.PolyData property)
convert_inputs() (in module skshapes.input_validation.converters)
copy() (skshapes.morphing.basemodel.BaseModel method)
(skshapes.PolyData method)
cotan_weights() (in module skshapes.triangle_mesh.geometry)
create_path() (skshapes.morphing.rigid_motion.RigidMotion method)
D
Decimation (class in skshapes.multiscaling.decimation)
detect_array_dtypes() (in module skshapes.input_validation.converters)
device (skshapes.PolyData property)
dihedral_angles() (in module skshapes.triangle_mesh.geometry)
dim (skshapes.PolyData property)
E
edge_centers() (in module skshapes.triangle_mesh.geometry)
edge_data (skshapes.PolyData property)
edge_lengths() (in module skshapes.triangle_mesh.geometry)
edges (skshapes.PolyData property)
EdgeTopology (class in skshapes.triangle_mesh.edge_topology)
EmptyLoss (class in skshapes.loss.baseloss)
extract_geom() (in module skshapes.loss.varifold)
ExtrinsicDeformation (class in skshapes.morphing.extrinsic_deformation)
F
FineToCoarsePolicy (class in skshapes.types)
fit() (skshapes.multiscaling.decimation.Decimation method)
(skshapes.tasks.registration.Registration method)
fit_transform() (skshapes.multiscaling.decimation.Decimation method)
(skshapes.tasks.registration.Registration method)
G
generator_notnone_rule() (in module skshapes.input_validation.notnone_rules)
H
H() (skshapes.morphing.extrinsic_deformation.ExtrinsicDeformation method)
I
image_type (class in skshapes.types)
implicit_quadrics() (in module skshapes.features)
index_mapping() (skshapes.multiscaling.multiscale.Multiscale method)
inital_parameter() (skshapes.morphing.basemodel.BaseModel method)
IntrinsicDeformation (class in skshapes.morphing.intrinsic_deformation)
is_point_cloud (skshapes.PolyData property)
is_triangle_mesh (skshapes.PolyData property)
is_wireframe (skshapes.PolyData property)
K
k_ring_graph() (skshapes.PolyData method)
KeOpsSquaredDistances (class in skshapes.convolutions.squared_distances)
knn_graph() (skshapes.PolyData method)
L
L2Loss (class in skshapes.loss.lp)
landmark_indices (skshapes.PolyData property)
landmark_points (skshapes.PolyData property)
landmark_points_3D (skshapes.PolyData property)
LandmarkLoss (class in skshapes.loss.lp)
landmarks (skshapes.applications.barycentric_landmark_setter.BarycentricLandmarkSetter property)
(skshapes.PolyData property)
landmarks_as_3d_point_cloud (skshapes.applications.barycentric_landmark_setter.BarycentricLandmarkSetter property)
LandmarkSetter (class in skshapes.applications.vertices_landmark_setter)
LandmarkSetterMultipleMeshes (class in skshapes.applications.vertices_landmark_setter)
LandmarkSetterSingleMesh (class in skshapes.applications.vertices_landmark_setter)
LBFGS (class in skshapes.optimization)
LinearOperator (class in skshapes.convolutions.linear_operator)
LpLoss (class in skshapes.loss.lp)
M
manifold_edges (skshapes.triangle_mesh.edge_topology.EdgeTopology property)
mean_point (skshapes.PolyData property)
mesh_convolution() (skshapes.PolyData method)
metric_validation() (in module skshapes.morphing.intrinsic_deformation)
module
skshapes
skshapes.applications
skshapes.applications.barycentric_landmark_setter
skshapes.applications.browser
skshapes.applications.vertices_landmark_setter
skshapes.applications.window_generator
skshapes.convolutions
skshapes.convolutions.constant_kernel
skshapes.convolutions.linear_operator
skshapes.convolutions.mesh_convolution
skshapes.convolutions.point_convolution
skshapes.convolutions.squared_distances
skshapes.features
skshapes.input_validation
skshapes.input_validation.converters
skshapes.input_validation.notnone_rules
skshapes.input_validation.typechecking
skshapes.loss
skshapes.loss.baseloss
skshapes.loss.lp
skshapes.loss.nearest_neighbors
skshapes.loss.optimal_transport
skshapes.loss.varifold
skshapes.morphing
skshapes.morphing.basemodel
skshapes.morphing.extrinsic_deformation
skshapes.morphing.intrinsic_deformation
skshapes.morphing.rigid_motion
skshapes.morphing.validation
skshapes.multiscaling
skshapes.multiscaling.decimation
skshapes.multiscaling.multiscale
skshapes.optimization
skshapes.tasks
skshapes.tasks.registration
skshapes.triangle_mesh
skshapes.triangle_mesh.edge_topology
skshapes.triangle_mesh.geometry
skshapes.triangle_mesh.shell_energy
skshapes.types
Moments (class in skshapes.features)
morph() (skshapes.morphing.extrinsic_deformation.ExtrinsicDeformation method)
(skshapes.morphing.intrinsic_deformation.IntrinsicDeformation method)
(skshapes.morphing.rigid_motion.RigidMotion method)
MorphingOutput (class in skshapes.types)
Multiscale (class in skshapes.multiscaling.multiscale)
N
n_edges (skshapes.PolyData property)
n_free_steps (skshapes.morphing.intrinsic_deformation.IntrinsicDeformation property)
n_landmarks (skshapes.PolyData property)
n_points (skshapes.PolyData property)
n_smoothing_steps (skshapes.types.CoarseToFinePolicy attribute)
n_triangles (skshapes.PolyData property)
NearestNeighborsLoss (class in skshapes.loss.nearest_neighbors)
neighborhoods_type (class in skshapes.types)
no_more_than_one() (in module skshapes.input_validation.notnone_rules)
normalize() (skshapes.PolyData method)
O
ode_func() (skshapes.morphing.extrinsic_deformation.ExtrinsicDeformation method)
ODEModule (class in skshapes.morphing.extrinsic_deformation)
one_and_only_one() (in module skshapes.input_validation.notnone_rules)
OptimalTransportLoss (class in skshapes.loss.optimal_transport)
P
parameter_shape() (skshapes.morphing.extrinsic_deformation.ExtrinsicDeformation method)
(skshapes.morphing.intrinsic_deformation.IntrinsicDeformation method)
(skshapes.morphing.rigid_motion.RigidMotion method)
plot() (skshapes.PolyData method)
point_convolution() (skshapes.PolyData method)
point_curvedness() (skshapes.PolyData method)
point_data (skshapes.PolyData property)
point_densities (skshapes.PolyData property)
point_mean_gauss_curvatures() (skshapes.PolyData method)
point_moments() (skshapes.PolyData method)
point_neighborhoods() (skshapes.PolyData method)
point_normals() (skshapes.PolyData method)
point_principal_curvatures() (skshapes.PolyData method)
point_quadratic_coefficients() (skshapes.PolyData method)
point_shape_indices() (skshapes.PolyData method)
points (skshapes.PolyData property)
PolyData (class in skshapes)
polydata_type (class in skshapes.types)
ProductLoss (class in skshapes.loss.baseloss)
propagate() (skshapes.multiscaling.multiscale.Multiscale method)
Q
quaternion_to_matrix() (in module skshapes.morphing.rigid_motion)
R
radius (skshapes.PolyData property)
ratios (skshapes.multiscaling.multiscale.Multiscale property)
reduce (skshapes.types.FineToCoarsePolicy attribute)
ref_mesh (skshapes.multiscaling.decimation.Decimation property)
Registration (class in skshapes.tasks.registration)
resample() (skshapes.PolyData method)
RigidMotion (class in skshapes.morphing.rigid_motion)
rule_no_more_than_one() (in module skshapes.input_validation.notnone_rules)
rule_one_and_only_one() (in module skshapes.input_validation.notnone_rules)
S
save() (skshapes.PolyData method)
SGD (class in skshapes.optimization)
shape (skshapes.convolutions.linear_operator.LinearOperator property)
shell_energy_metric() (in module skshapes.morphing.intrinsic_deformation)
show() (skshapes.applications.browser.Browser method)
skshapes
module
skshapes.applications
module
skshapes.applications.barycentric_landmark_setter
module
skshapes.applications.browser
module
skshapes.applications.vertices_landmark_setter
module
skshapes.applications.window_generator
module
skshapes.convolutions
module
skshapes.convolutions.constant_kernel
module
skshapes.convolutions.linear_operator
module
skshapes.convolutions.mesh_convolution
module
skshapes.convolutions.point_convolution
module
skshapes.convolutions.squared_distances
module
skshapes.features
module
skshapes.input_validation
module
skshapes.input_validation.converters
module
skshapes.input_validation.notnone_rules
module
skshapes.input_validation.typechecking
module
skshapes.loss
module
skshapes.loss.baseloss
module
skshapes.loss.lp
module
skshapes.loss.nearest_neighbors
module
skshapes.loss.optimal_transport
module
skshapes.loss.varifold
module
skshapes.morphing
module
skshapes.morphing.basemodel
module
skshapes.morphing.extrinsic_deformation
module
skshapes.morphing.intrinsic_deformation
module
skshapes.morphing.rigid_motion
module
skshapes.morphing.validation
module
skshapes.multiscaling
module
skshapes.multiscaling.decimation
module
skshapes.multiscaling.multiscale
module
skshapes.optimization
module
skshapes.tasks
module
skshapes.tasks.registration
module
skshapes.triangle_mesh
module
skshapes.triangle_mesh.edge_topology
module
skshapes.triangle_mesh.geometry
module
skshapes.triangle_mesh.shell_energy
module
skshapes.types
module
smoothing (skshapes.types.CoarseToFinePolicy attribute)
Sphere() (in module skshapes)
squared_distances() (in module skshapes.convolutions.squared_distances)
standard_deviation (skshapes.PolyData property)
start() (skshapes.applications.barycentric_landmark_setter.BarycentricLandmarkSetter method)
(skshapes.applications.vertices_landmark_setter.LandmarkSetter method)
(skshapes.applications.vertices_landmark_setter.LandmarkSetterMultipleMeshes method)
(skshapes.applications.vertices_landmark_setter.LandmarkSetterSingleMesh method)
stiff_edges (skshapes.PolyData property)
sum() (skshapes.convolutions.squared_distances.KeOpsSquaredDistances method)
SumLoss (class in skshapes.loss.baseloss)
T
T (skshapes.convolutions.constant_kernel.Constant1Kernel property)
(skshapes.convolutions.linear_operator.LinearOperator property)
(skshapes.convolutions.squared_distances.KeOpsSquaredDistances property)
tensors() (skshapes.features.Moments method)
to() (skshapes.PolyData method)
to_pyvista() (skshapes.PolyData method)
to_vedo() (skshapes.PolyData method)
to_weighted_points() (skshapes.PolyData method)
transform() (skshapes.multiscaling.decimation.Decimation method)
(skshapes.tasks.registration.Registration method)
triangle_areas() (in module skshapes.triangle_mesh.geometry)
triangle_centers() (in module skshapes.triangle_mesh.geometry)
triangle_data (skshapes.PolyData property)
triangle_normals() (in module skshapes.triangle_mesh.geometry)
triangles (skshapes.PolyData property)
typecheck() (in module skshapes.input_validation.typechecking)
V
validate_polydata_morphing_model() (in module skshapes.morphing.validation)
varifold_scalar() (in module skshapes.loss.varifold)
VarifoldLoss (class in skshapes.loss.varifold)