Uses of Interface
boofcv.alg.cloud.AccessPointIndex
Packages that use AccessPointIndex
-
Uses of AccessPointIndex in boofcv.alg.cloud
Methods in boofcv.alg.cloud with parameters of type AccessPointIndexModifier 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
Methods in boofcv.gui.d3 with parameters of type AccessPointIndexModifier and TypeMethodDescriptionvoidPointCloudViewerSwing.addCloud(AccessPointIndex<Point3D_F64> accessPoint, @Nullable AccessColorIndex accessColor, int size) -
Uses of AccessPointIndex in boofcv.io.points
Methods in boofcv.io.points with parameters of type AccessPointIndexModifier and TypeMethodDescriptionstatic voidPointCloudIO.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
Methods in boofcv.visualize with parameters of type AccessPointIndexModifier and TypeMethodDescriptiondefault voidPointCloudViewer.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.