Class PointCloudToNormals_F64

java.lang.Object
georegression.fitting.points.PointCloudToNormals_F64
Direct Known Subclasses:
PointCloudToNormals_MT_F64

public class PointCloudToNormals_F64 extends Object
Takes in a point cloud and returns the same point cloud with surface norms. In this implementation, we use a KDTree to find all the N local neighbors of each point. A plane is fit to those neighbors and the normal extracted from that. The sign of the normal is arbitrary as additional information is needed.