A multi-modality template constructed from a set of quantized multi-modality features. More...
#include <sparse_quantized_multi_mod_template.h>
Public Member Functions | |
void | deserialize (std::istream &stream) |
Deserializes the object from the specified stream. | |
void | serialize (std::ostream &stream) const |
Serializes the object to the specified stream. | |
SparseQuantizedMultiModTemplate () | |
Constructor. | |
Public Attributes | |
std::vector < QuantizedMultiModFeature > | features |
The storage for the multi-modality features. | |
RegionXY | region |
The region assigned to the template. |
A multi-modality template constructed from a set of quantized multi-modality features.
Definition at line 109 of file sparse_quantized_multi_mod_template.h.
Constructor.
Definition at line 112 of file sparse_quantized_multi_mod_template.h.
void pcl::SparseQuantizedMultiModTemplate::deserialize | ( | std::istream & | stream | ) | [inline] |
Deserializes the object from the specified stream.
[in] | stream | the stream the object will be deserialized from. |
Definition at line 138 of file sparse_quantized_multi_mod_template.h.
void pcl::SparseQuantizedMultiModTemplate::serialize | ( | std::ostream & | stream | ) | const [inline] |
Serializes the object to the specified stream.
[out] | stream | the stream the object will be serialized to. |
Definition at line 123 of file sparse_quantized_multi_mod_template.h.
The storage for the multi-modality features.
Definition at line 115 of file sparse_quantized_multi_mod_template.h.
The region assigned to the template.
Definition at line 118 of file sparse_quantized_multi_mod_template.h.