The floor detection histogram class wraps the floor detection histogram data and its description. More...
#include <slamtec_remote_objects.hxx>
Public Member Functions | |
FloorDetectionHistogram (const FloorDetectionHistogram &other) | |
FloorDetectionHistogram & | operator= (const FloorDetectionHistogram &other) |
FloorDetectionHistogram (FloorDetectionHistogram &&other) | |
FloorDetectionHistogram & | operator= (FloorDetectionHistogram &&other) |
Public Attributes | |
slamtec_aurora_sdk_floor_detection_histogram_info_t | info |
The floor detection histogram info. | |
std::vector< float > | histogramData |
The floor detection histogram data. | |
The floor detection histogram class wraps the floor detection histogram data and its description.
This class is used to wrap the floor detection histogram data and its description.