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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidload(InputStream input, PointCloudWriter output) static voidload(InputStream input, VertexMesh output) static voidsave(PointCloudReader cloud, Writer writer) Writes a point cloud with no color information since the format doesn't support colored points.static voidsave(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
-