25#ifndef __TERRALIB_RP_RADAR_INTERNAL_FUNCTIONS_H
26#define __TERRALIB_RP_RADAR_INTERNAL_FUNCTIONS_H
55 const std::string& fileName,
56 unsigned int& loadedNumberOfClasses,
57 std::vector< unsigned int > loadedClassesID,
58 std::vector< std::string >& loadedNameOfSamples,
59 std::vector< int >& loadedNumberOfSamples,
60 std::vector< std::vector< double > >& loadedSamples,
61 std::vector< te::gm::Polygon >& loadedPolygons );
75 const std::string& reportFileName
92 const bool exportStatData,
93 const bool exportPValuesData,
94 const bool exportDistData,
95 const std::string& attributesFileName );
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
MultiSourceClassifier output parameters.
bool TERPEXPORT SaveOutputReportFile(const MultiSourceClassifierInputParameters &inputParameters, const MultiSourceClassifierOutputParameters &outputParameters, const std::string &reportFileName)
Save all output files.
bool TERPEXPORT LoadSamplesFile(const std::string &fileName, unsigned int &loadedNumberOfClasses, std::vector< unsigned int > loadedClassesID, std::vector< std::string > &loadedNameOfSamples, std::vector< int > &loadedNumberOfSamples, std::vector< std::vector< double > > &loadedSamples, std::vector< te::gm::Polygon > &loadedPolygons)
Load a sample file (SHP or TXT).
bool TERPEXPORT SaveOutputAttFile(const MultiSourceClassifierInputParameters &inputParameters, const MultiSourceClassifierOutputParameters &outputParameters, const bool exportStatData, const bool exportPValuesData, const bool exportDistData, const std::string &attributesFileName)
Save all output files.
Namespace for Radar Raster Processing.
Namespace for Raster Processing module of TerraLib.
Configuration flags for the Raster Processing module of TerraLib.
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.