Class MatchCloudToCloudIcp<SE extends InvertibleTransform,P extends GeoTuple>

java.lang.Object
georegression.fitting.points.MatchCloudToCloudIcp<SE,P>
All Implemented Interfaces:
MatchCloudToCloud<SE,P>
Direct Known Subclasses:
FactoryIterativeClosestPoint.SE2_F32, FactoryIterativeClosestPoint.SE2_F64, FactoryIterativeClosestPoint.SE3_F32, FactoryIterativeClosestPoint.SE3_F64

public abstract class MatchCloudToCloudIcp<SE extends InvertibleTransform,P extends GeoTuple> extends Object implements MatchCloudToCloud<SE,P>
Abstract implementation of ICP for point cloud fitting using an arbitrary transform.
See Also: