Uses of Class
boofcv.struct.Point3dRgbI_F32
Packages that use Point3dRgbI_F32
-
Uses of Point3dRgbI_F32 in boofcv.alg.cloud
Methods in boofcv.alg.cloud that return types with arguments of type Point3dRgbI_F32Modifier 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 pointsMethod parameters in boofcv.alg.cloud with type arguments of type Point3dRgbI_F32Modifier 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 PointCloudReaderPointCloudReader.wrapF32RGB(List<Point3dRgbI_F32> cloud) static PointCloudWriterPointCloudWriter.wrapF32RGB(DogArray<Point3dRgbI_F32> cloud)