|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbFuzzyDescriptorsModelManager_h
22 #define otbFuzzyDescriptorsModelManager_h
51 typedef std::pair<std::string, ParameterType>
PairType;
std::vector< double > ParameterType
static void AddDescriptor(PairType modelPair, DescriptorsModelType &descModel)
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
static DescriptorsModelType Read(const std::string &filename)
FuzzyDescriptorsModelManager Self
static void Print(const DescriptorsModelType &descModel)
std::pair< std::string, ParameterType > PairType
static DescriptorListType GetDescriptorList(const DescriptorsModelType &descModel)
std::vector< PairType > DescriptorsModelType
FuzzyDescriptorsModelManager()
virtual ~FuzzyDescriptorsModelManager()
std::vector< std::string > DescriptorListType
static PairType GetDescriptor(const char *model, const DescriptorsModelType &descModel)
Read a xml file where are stored several statistics.
static void Save(const std::string &filename, DescriptorsModelType &model)