Feature that defines a position and quantized value in a specific modality. More...
#include <sparse_quantized_multi_mod_template.h>
Public Member Functions | |
| bool | compareForEquality (const QuantizedMultiModFeature &base) |
| Compares whether two features are the same. | |
| void | deserialize (std::istream &stream) |
| Deserializes the object from the specified stream. | |
| QuantizedMultiModFeature () | |
| Constructor. | |
| void | serialize (std::ostream &stream) const |
| Serializes the object to the specified stream. | |
Public Attributes | |
| size_t | modality_index |
| the index of the corresponding modality. | |
| unsigned char | quantized_value |
| the quantized value attached to the feature. | |
| int | x |
| x-position. | |
| int | y |
| y-position. | |
Feature that defines a position and quantized value in a specific modality.
Definition at line 51 of file sparse_quantized_multi_mod_template.h.
Constructor.
Definition at line 54 of file sparse_quantized_multi_mod_template.h.
| bool pcl::QuantizedMultiModFeature::compareForEquality | ( | const QuantizedMultiModFeature & | base | ) | [inline] |
Compares whether two features are the same.
| [in] | base | the feature to compare to. |
Definition at line 69 of file sparse_quantized_multi_mod_template.h.
| void pcl::QuantizedMultiModFeature::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 97 of file sparse_quantized_multi_mod_template.h.
| void pcl::QuantizedMultiModFeature::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 86 of file sparse_quantized_multi_mod_template.h.
the index of the corresponding modality.
Definition at line 61 of file sparse_quantized_multi_mod_template.h.
| unsigned char pcl::QuantizedMultiModFeature::quantized_value |
the quantized value attached to the feature.
Definition at line 63 of file sparse_quantized_multi_mod_template.h.
x-position.
Definition at line 57 of file sparse_quantized_multi_mod_template.h.
y-position.
Definition at line 59 of file sparse_quantized_multi_mod_template.h.