Public Member Functions | |
GridLocalMax (const std::string &outputDir, const std::string &outputLBName, bool realtime, const std::string &dataRange, const std::string &deltaForCluster, const std::string &smoothingKernel, const std::string &sizeThresholdInPixels, const std::string &totalIntensityThreshold, const std::string &maxFeatureID, const std::string &coastFrames, bool useSmallestValid) | |
Algorithm constructor, called from w2localmax_main with the command-line options passed in. | |
void | processInputDataType (const code::DataType &data) |
void | write (const code::DataType &localmax, const code::DataTable &tbl) |
Friends | |
class | Helper< code::PolarGrid > |
class | Helper< code::LatLonGrid > |
Classes | |
class | Helper |
w2img::GridLocalMax::GridLocalMax | ( | const std::string & | outputDir, | |
const std::string & | outputLBName, | |||
bool | realtime, | |||
const std::string & | dataRange, | |||
const std::string & | deltaForCluster, | |||
const std::string & | smoothingKernel, | |||
const std::string & | sizeThresholdInPixels, | |||
const std::string & | totalIntensityThreshold, | |||
const std::string & | maxFeatureID, | |||
const std::string & | coastFrames, | |||
bool | useSmallestValid | |||
) |
Algorithm constructor, called from w2localmax_main with the command-line options passed in.
void w2img::GridLocalMax::processInputDataType | ( | const code::DataType & | data | ) |
void w2img::GridLocalMax::write | ( | const code::DataType & | localmax, | |
const code::DataTable & | tbl | |||
) |
friend class Helper< code::LatLonGrid > [friend] |
friend class Helper< code::PolarGrid > [friend] |