Package georegression.fitting.points
package georegression.fitting.points
-
ClassDescriptionClosestPointToModel<T extends GeoTuple>An interface where the closest point to a model is looked up.Specialized implementation for rigid body 2D pointsSpecialized implementation for rigid body 2D pointsSpecialized implementation for rigid body 3D pointsSpecialized implementation for rigid body 3D pointsA straight forward implementation of the Iterative Closest Point (ICP) algorithm for 2D or 3D objects.Generalized interface for finding the transform which minimizes the difference between two point clouds.Abstract implementation of ICP for point cloud fitting using an
arbitrary transform
.Takes in a point cloud and returns the same point cloud with surface norms.Takes in a point cloud and returns the same point cloud with surface norms.A concurrent implementation ofPointCloudToNormals_F32
.A concurrent implementation ofPointCloudToNormals_F64
.PointModel<T extends GeoTuple_F64>The model is a set of points in 3D space.