Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.22 KB

get_points.rst

File metadata and controls

35 lines (26 loc) · 1.22 KB

Get Point Image

Point images belongs to upper layer of synthetic data.You can get it through GetStreamData().It should be check not empty before use. Otherwise, when running pionts,you can use "space" to save .ply files. Then sample view_points can be used to view .ply files.

Sample code snippet:

PCL is used to display point images above. Program will close when point image window is closed.

Complete code examples, see get_points.cc.