#include <rs_frame.hpp>
Definition at line 735 of file rs_frame.hpp.
Extends the frame class with additional point cloud related attributes and functions
Definition at line 741 of file rs_frame.hpp.
rs2::points::points |
( |
const frame & |
f | ) |
|
|
inline |
Extends the frame class with additional point cloud related attributes and functions
- Parameters
-
[in] | frame | - existing frame instance |
Definition at line 747 of file rs_frame.hpp.
Export the point cloud to a PLY file
- Parameters
-
[in] | string | fname - file name of the PLY to be saved |
[in] | video_frame | texture - the texture for the PLY. |
Definition at line 780 of file rs_frame.hpp.
Retrieve the texture coordinates (uv map) for the point cloud
- Returns
- texture_coordinate* - pointer of texture coordinates.
Definition at line 792 of file rs_frame.hpp.
const vertex* rs2::points::get_vertices |
( |
| ) |
const |
|
inline |
Retrieve the vertices of the point cloud
- Parameters
-
[in] | vertex* | - pointer of vertex sturcture |
Definition at line 767 of file rs_frame.hpp.
size_t rs2::points::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: