|
libpointmatcher
1.3.1
|
All information contained in the header of a PCD file. More...
#include <IO.h>
Public Attributes | |
| std::string | version |
| Version of the PCD file used. | |
| std::vector< PCDproperty > | properties |
| vector of properties | |
| unsigned int | width |
| width of sensor matrix | |
| unsigned int | height |
| height of sensor matrix | |
| Eigen::Matrix< T, 7, 1 > | viewPoint |
| not used | |
| unsigned int | nbPoints |
| number of points, same as width*height | |
| std::string | dataType |
| ascii or binary | |
All information contained in the header of a PCD file.
1.8.15