Package georegression.fitting.points
Class PointCloudToNormals_MT_F64
java.lang.Object
georegression.fitting.points.PointCloudToNormals_F64
georegression.fitting.points.PointCloudToNormals_MT_F64
A concurrent implementation of
PointCloudToNormals_F64
.-
Nested Class Summary
Nested classes/interfaces inherited from class georegression.fitting.points.PointCloudToNormals_F64
PointCloudToNormals_F64.Helper
-
Field Summary
Modifier and TypeFieldDescriptionint
There needs to be at least this many points for it to use the concurrent implementationFields inherited from class georegression.fitting.points.PointCloudToNormals_F64
numNeighbors
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
convert
(List<Point3D_F64> input, DogArray<Vector3D_F64> output) Methods inherited from class georegression.fitting.points.PointCloudToNormals_F64
convert
-
Field Details
-
minimumPointsConcurrent
public int minimumPointsConcurrentThere needs to be at least this many points for it to use the concurrent implementation
-
-
Constructor Details
-
PointCloudToNormals_MT_F64
public PointCloudToNormals_MT_F64()
-
-
Method Details
-
convert
- Overrides:
convert
in classPointCloudToNormals_F64
-