Uses of Interface
boofcv.io.points.PointCloudIO.FunctionalWriter
-
Uses of PointCloudIO.FunctionalWriter in boofcv.io.points
Modifier and TypeMethodDescriptionstatic void
PointCloudIO.load
(PointCloudIO.Format format, InputStream input, PointCloudIO.FunctionalWriter output) The same asPointCloudIO.load(Format, InputStream, PointCloudWriter)
, but with a simplified writer that removes the initialization function.