Skip to main content

phynexis.ml.shape

ML-based shape representations using neural network fields. Provides signed distance functions (SDF) and Laplace fields for geometry representation, surface extraction, and point cloud fitting.

Classes

ClassDescription
NetFieldBase class for neural-network field representations
NetSDFNeural network-based signed distance function
NetLaplaceNeural network-based Laplace field with PDE verification
CodedNetSDFSDF with latent code conditioning
CodedNetLaplaceLaplace field with latent code conditioning
LaplaceConfigTraining and extraction configuration
FieldTypeField type enumeration (SDF / Laplace)

C++ Namespace

phynexis::ml::shape