Point Cloud Library (PCL)
1.14.1-dev
|
Example index for a set of 2D data blocks. More...
#include <pcl/ml/multiple_data_2d_example_index.h>
Public Attributes | |
int | data_set_id |
The data set index. More... | |
int | x |
The x-coordinate. More... | |
int | y |
The y-coordinate. More... | |
Example index for a set of 2D data blocks.
Definition at line 48 of file multiple_data_2d_example_index.h.
int pcl::MultipleData2DExampleIndex::data_set_id |
The data set index.
Definition at line 50 of file multiple_data_2d_example_index.h.
Referenced by pcl::ScaledMultiChannel2DComparisonFeatureHandler< DATA_TYPE, NUM_OF_CHANNELS, SCALE_CHANNEL, INVERT_SCALE >::evaluateFeature(), and pcl::MultiChannel2DComparisonFeatureHandler< DATA_TYPE, NUM_OF_CHANNELS >::evaluateFeature().
int pcl::MultipleData2DExampleIndex::x |
The x-coordinate.
Definition at line 52 of file multiple_data_2d_example_index.h.
Referenced by pcl::ScaledMultiChannel2DComparisonFeatureHandler< DATA_TYPE, NUM_OF_CHANNELS, SCALE_CHANNEL, INVERT_SCALE >::evaluateFeature(), and pcl::MultiChannel2DComparisonFeatureHandler< DATA_TYPE, NUM_OF_CHANNELS >::evaluateFeature().
int pcl::MultipleData2DExampleIndex::y |
The y-coordinate.
Definition at line 54 of file multiple_data_2d_example_index.h.
Referenced by pcl::ScaledMultiChannel2DComparisonFeatureHandler< DATA_TYPE, NUM_OF_CHANNELS, SCALE_CHANNEL, INVERT_SCALE >::evaluateFeature(), and pcl::MultiChannel2DComparisonFeatureHandler< DATA_TYPE, NUM_OF_CHANNELS >::evaluateFeature().