Uses of Interface
boofcv.alg.cloud.PointCloudReader
-
Uses of PointCloudReader in boofcv.alg.cloud
Modifier and TypeMethodDescriptionstatic PointCloudReader
PointCloudReader.wrap
(PointCloudReader.Generic op, int size) static PointCloudReader
PointCloudReader.wrap3FRGB
(float[] cloud, float[] rgb, int offset, int length) static PointCloudReader
PointCloudReader.wrapF32
(List<Point3D_F32> cloud) static PointCloudReader
PointCloudReader.wrapF32
(List<Point3D_F32> cloud, int[] rgb) static PointCloudReader
PointCloudReader.wrapF32RGB
(List<Point3dRgbI_F32> cloud) static PointCloudReader
PointCloudReader.wrapF64
(List<Point3D_F64> cloud) static PointCloudReader
PointCloudReader.wrapF64
(List<Point3D_F64> cloud, int[] rgb) static PointCloudReader
PointCloudReader.wrapF64RGB
(List<Point3dRgbI_F64> cloud) -
Uses of PointCloudReader in boofcv.io.points
Modifier and TypeMethodDescriptionstatic void
PointCloudIO.save3D
(PointCloudIO.Format format, PointCloudReader cloud, boolean saveRGB, OutputStream outputStream) Saves point cloud to disk using a high level API. -
Uses of PointCloudReader in boofcv.io.points.impl
Modifier and TypeMethodDescriptionstatic void
ObjFileCodec.save
(PointCloudReader cloud, Writer writer) Writes a point cloud with no color information since the format doesn't support colored points.static void
PlyCodec.saveCloudAscii
(PointCloudReader cloud, boolean saveRgb, Writer outputWriter) static void
PlyCodec.saveCloudBinary
(PointCloudReader cloud, ByteOrder order, boolean saveRgb, boolean saveAsFloat, OutputStream outputWriter) Saves data in binary format