libpointmatcher  1.3.1
Public Attributes | List of all members
PointMatcherIO< T >::PCDheader Struct Reference

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< PCDpropertyproperties
 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
 

Detailed Description

template<typename T>
struct PointMatcherIO< T >::PCDheader

All information contained in the header of a PCD file.


The documentation for this struct was generated from the following file: