An object to store the moving_feature_set, its matching fixed_feature_set, and other components. More...
#include <rgrl_data_manager.h>
Public Member Functions | |
rgrl_data_manager_data_item (rgrl_feature_set_sptr in_from_set, rgrl_feature_set_sptr in_to_set, rgrl_matcher_sptr in_matcher, rgrl_weighter_sptr in_weighter, rgrl_scale_estimator_unwgted_sptr in_unwgted_scale_est, rgrl_scale_estimator_wgted_sptr in_wgted_scale_est, const vcl_string &in_label=vcl_string()) | |
Public Attributes | |
rgrl_feature_set_sptr | from_set |
rgrl_feature_set_sptr | to_set |
rgrl_matcher_sptr | matcher |
rgrl_scale_estimator_unwgted_sptr | unwgted_scale_est |
rgrl_scale_estimator_wgted_sptr | wgted_scale_est |
rgrl_weighter_sptr | weighter |
vcl_string | label |
An object to store the moving_feature_set, its matching fixed_feature_set, and other components.
(that work on the two feature sets during registration).
Definition at line 32 of file rgrl_data_manager.h.
rgrl_data_manager_data_item::rgrl_data_manager_data_item | ( | rgrl_feature_set_sptr | in_from_set, |
rgrl_feature_set_sptr | in_to_set, | ||
rgrl_matcher_sptr | in_matcher, | ||
rgrl_weighter_sptr | in_weighter, | ||
rgrl_scale_estimator_unwgted_sptr | in_unwgted_scale_est, | ||
rgrl_scale_estimator_wgted_sptr | in_wgted_scale_est, | ||
const vcl_string & | in_label = vcl_string() |
||
) | [inline] |
Definition at line 35 of file rgrl_data_manager.h.
Definition at line 52 of file rgrl_data_manager.h.
vcl_string rgrl_data_manager_data_item::label |
Definition at line 58 of file rgrl_data_manager.h.
Definition at line 54 of file rgrl_data_manager.h.
Definition at line 53 of file rgrl_data_manager.h.
Definition at line 55 of file rgrl_data_manager.h.
Definition at line 57 of file rgrl_data_manager.h.
Definition at line 56 of file rgrl_data_manager.h.