Public Member Functions | |
| GridThresholder (const std::string &outputDir, const std::string &outputLBName, bool realtime, const std::string &searchRadius, const std::string &acceptableTimeDiffInMinutes, const std::string &valueBelowWhichToThreshold, const std::string &suffixForOutputName, const std::string &blobThreshold, const std::string &smoothingKernel) | |
| Algorithm constructor, called from w2threshold_main with the command-line options passed in. | |
| void | processInputDataType (const code::DataType &data) |
| void | processThresholdDataType (const code::DataType &data) |
| w2img::GridThresholder::GridThresholder | ( | const std::string & | outputDir, | |
| const std::string & | outputLBName, | |||
| bool | realtime, | |||
| const std::string & | searchRadius, | |||
| const std::string & | acceptableTimeDiffInMinutes, | |||
| const std::string & | valueBelowWhichToThreshold, | |||
| const std::string & | suffixForOutputName, | |||
| const std::string & | blobThreshold, | |||
| const std::string & | smoothingKernel | |||
| ) |
Algorithm constructor, called from w2threshold_main with the command-line options passed in.
| void w2img::GridThresholder::processInputDataType | ( | const code::DataType & | data | ) |
| void w2img::GridThresholder::processThresholdDataType | ( | const code::DataType & | data | ) |
1.4.7