Package boofcv.io.points.impl
Class ObjFileCodec
java.lang.Object
boofcv.io.points.impl.ObjFileCodec
High level interface for reading and writing OBJ files. Takes in BoofCV specific data structures
for input and output. This format was created by Wavefront and a link to format is found below.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
load
(InputStream input, PointCloudWriter output) static void
load
(InputStream input, VertexMesh output) static void
save
(PointCloudReader cloud, Writer writer) Writes a point cloud with no color information since the format doesn't support colored points.static void
save
(VertexMesh mesh, Writer writer)
-
Constructor Details
-
ObjFileCodec
public ObjFileCodec()
-
-
Method Details
-
save
Writes a point cloud with no color information since the format doesn't support colored points.- Throws:
IOException
-
save
- Throws:
IOException
-
load
- Throws:
IOException
-
load
- Throws:
IOException
-