Class PointCloudToNormals_F32

java.lang.Object
georegression.fitting.points.PointCloudToNormals_F32
Direct Known Subclasses:
PointCloudToNormals_MT_F32

@Generated("georegression.fitting.points.PointCloudToNormals_F64") public class PointCloudToNormals_F32 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.