PointCloudLibrary / pcl

Point Cloud Library (PCL)
https://pointclouds.org/
Other
10.01k stars 4.62k forks source link

Enable writing data in binary PLY format to std::ostream #5975

Closed kaipomauli closed 8 months ago

kaipomauli commented 8 months ago

duplicate of closed PR #5966 (wrong manipulation while trying to modify my master branch)

modified existing PLYWriter::writeBinary() to open file and then call new overload for data aggregation

added PLYWriter::writeBinary() overload that adds data to referenced ostream buffer

xuandong93 commented 5 months ago

is there a method to read ply from stream?

mvieth commented 5 months ago

is there a method to read ply from stream?

No, I believe there currently isn't