Read one feature from input stream. More...
#include <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_ |
Read one feature from input stream.
IMPORTANCE:
Definition at line 29 of file rgrl_feature_reader.h.
void rgrl_feature_reader::add_feature | ( | rgrl_feature_sptr | feat | ) | [static] |
add a feature candidate.
Definition at line 30 of file rgrl_feature_reader.cxx.
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.
vcl_vector< rgrl_feature_sptr > rgrl_feature_reader::feature_candidates_ [static, protected] |
Definition at line 50 of file rgrl_feature_reader.h.