Uses of Interface
boofcv.alg.cloud.PointCloudReader
Packages that use PointCloudReader
-
Uses of PointCloudReader in boofcv.alg.cloud
Methods in boofcv.alg.cloud that return PointCloudReaderModifier 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
Methods in boofcv.io.points with parameters of type PointCloudReaderModifier 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
Methods in boofcv.io.points.impl with parameters of type PointCloudReaderModifier 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