26 #ifndef __TERRALIB_CLASSIFICATION_INTERNAL_ROISET_H 27 #define __TERRALIB_CLASSIFICATION_INTERNAL_ROISET_H 84 void removeROI(std::string label);
93 void updateROILabel(std::string oldLabel, std::string newLabel);
96 std::map<std::string, te::cl::ROI*>& getROISet();
105 void exportToFile(std::string fileName,
int srid);
115 static te::cl::ROISet* createROISet(std::unique_ptr<te::da::DataSet> ds);
120 std::unique_ptr<te::da::DataSetType> getDataSetType(
int srid);
123 std::unique_ptr<te::da::DataSet> getDataSet(
int srid);
133 #endif // __TERRALIB_CLASSIFICATION_INTERNAL_ROISET_H A ROISet is a set of ROI's.
Configuration flags for the Terrralib Classification module.
std::map< std::string, te::cl::ROI * > m_roiMap
The map of ROI's.
A region of interest (often abbreviated ROI), is a selected subset of samples within a dataset identi...
#define TECLEXPORT
You can use this macro in order to export/import classes and functions from this module.
A region of interest (often abbreviated ROI), is a selected subset of samples within a dataset identi...