Hugintrunk
0.1
|
Public Member Functions | |
virtual void | getResult (ValueType &val) |
virtual void | getResultAndSigma (ValueType &val, typename vigra::NumericTraits< ValueType >::RealPromote &sigma) |
const std::string | getName () const |
Public Member Functions inherited from MedianStacker< ValueType > | |
void | reset () |
void | operator() (const ValueType &val) |
void | getResult (ValueType &val) |
bool | IsValid () |
void | getResultAndSigma (ValueType &val, typename vigra::NumericTraits< ValueType >::RealPromote &sigma) |
const std::string | getName () const |
Additional Inherited Members | |
Protected Member Functions inherited from MedianStacker< ValueType > | |
void | sort (vigra::VigraTrueType) |
void | sort (vigra::VigraFalseType) |
void | sort () |
Protected Attributes inherited from MedianStacker< ValueType > | |
std::vector< ValueType > | m_values |
Definition at line 506 of file stacker.cpp.
|
inline |
Definition at line 537 of file stacker.cpp.
|
inlinevirtual |
Definition at line 509 of file stacker.cpp.
References hugin_utils::floori(), getMean(), MedianStacker< ValueType >::m_values, and MedianStacker< ValueType >::sort().
|
inlinevirtual |
Definition at line 523 of file stacker.cpp.
References hugin_utils::floori(), getMeanSigma(), MedianStacker< ValueType >::m_values, and MedianStacker< ValueType >::sort().