Inheritance diagram for w2img::ObjectiveAnalysis::ConstantRadius:
Public Member Functions | |
ConstantRadius (size_t half_size) | |
virtual code::Image< float > | getWeightKernel (const std::vector< ObjectiveAnalysis::StationObservation > &observations) |
virtual | ~ConstantRadius () |
Protected Member Functions | |
void | normalizeWeights (code::Image< float > &weights) |
w2img::ObjectiveAnalysis::ConstantRadius::ConstantRadius | ( | size_t | half_size | ) |
virtual w2img::ObjectiveAnalysis::ConstantRadius::~ConstantRadius | ( | ) | [inline, virtual] |
virtual code::Image<float> w2img::ObjectiveAnalysis::ConstantRadius::getWeightKernel | ( | const std::vector< ObjectiveAnalysis::StationObservation > & | observations | ) | [virtual] |
Implements w2img::ObjectiveAnalysis::WeightStrategy.
void w2img::ObjectiveAnalysis::WeightStrategy::normalizeWeights | ( | code::Image< float > & | weights | ) | [protected, inherited] |