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