#include <rgrl_feature_reader.h>
Users can also add user-defined classes, which takes priority before others
Definition at line 29 of file rgrl_feature_reader.h.
Static Public Member Functions | |
| static rgrl_feature_sptr | read (vcl_istream &is) |
| Read a transformation from input stream. | |
| static void | add_feature (rgrl_feature_sptr feat) |
| add a feature candidate. | |
Static Protected Attributes | |
| static vcl_vector< rgrl_feature_sptr > | feature_candidates_ |
| rgrl_feature_sptr rgrl_feature_reader::read | ( | vcl_istream & | is | ) | [static] |
Read a transformation from input stream.
IMPORTANCE:
The type of feature depends on the content of the input stream. NULL smart ptr is returned if reading operation fails. Please check the validity of the returned smart ptr.
Definition at line 37 of file rgrl_feature_reader.cxx.
| void rgrl_feature_reader::add_feature | ( | rgrl_feature_sptr | feat | ) | [static] |
vcl_vector< rgrl_feature_sptr > rgrl_feature_reader::feature_candidates_ [static, protected] |
Definition at line 50 of file rgrl_feature_reader.h.
1.5.1