Uses of Interface
boofcv.alg.cloud.AccessPointIndex
-
Uses of AccessPointIndex in boofcv.alg.cloud
Modifier and TypeMethodDescriptionstatic DogArray<Point3dRgbI_F32>
PointCloudUtils_F32.filter
(AccessPointIndex<Point3D_F32> accessPoint, AccessColorIndex accessColor, int size, BoofLambdas.FilterInt filter, @Nullable DogArray<Point3dRgbI_F32> output) Creates a new list of points while filtering out pointsstatic DogArray<Point3dRgbI_F64>
PointCloudUtils_F64.filter
(AccessPointIndex<Point3D_F64> accessPoint, AccessColorIndex accessColor, int size, BoofLambdas.FilterInt filter, @Nullable DogArray<Point3dRgbI_F64> output) Creates a new list of points while filtering out points -
Uses of AccessPointIndex in boofcv.gui.d3
Modifier and TypeMethodDescriptionvoid
PointCloudViewerSwing.addCloud
(AccessPointIndex<Point3D_F64> accessPoint, @Nullable AccessColorIndex accessColor, int size) -
Uses of AccessPointIndex in boofcv.io.points
Modifier and TypeMethodDescriptionstatic void
PointCloudIO.save3D
(PointCloudIO.Format format, AccessPointIndex<Point3D_F64> accessPoint, AccessColorIndex accessColor, int size, boolean saveRGB, OutputStream outputStream) Saves point cloud using access API. -
Uses of AccessPointIndex in boofcv.visualize
Modifier and TypeMethodDescriptiondefault void
PointCloudViewer.addCloud
(AccessPointIndex<Point3D_F64> accessPoint, @Nullable AccessColorIndex accessColor, int size) Adds the point cloud using a data structure that can be access by index and has a known size.