computes mean value of columns or lines More...
#include <line_average.hh>
Public Member Functions | |
LineAverageBase () | |
LineAverageBase (unsigned int geometry) | |
template<typename T , class D > | |
img::ImageStateBasePtr | VisitState (const ImageStateImpl< T, D > &s) const |
void | SetGeometry (unsigned int geometry) |
unsigned int | GetGeometry () |
Static Public Member Functions | |
static String | GetAlgorithmName () |
computes mean value of columns or lines
Definition at line 32 of file line_average.hh.
LineAverageBase | ( | ) | [inline] |
Definition at line 36 of file line_average.hh.
LineAverageBase | ( | unsigned int | geometry | ) | [inline] |
Definition at line 37 of file line_average.hh.
static String GetAlgorithmName | ( | ) | [inline, static] |
Definition at line 43 of file line_average.hh.
unsigned int GetGeometry | ( | ) | [inline] |
Definition at line 46 of file line_average.hh.
void SetGeometry | ( | unsigned int | geometry | ) | [inline] |
Definition at line 45 of file line_average.hh.
img::ImageStateBasePtr VisitState | ( | const ImageStateImpl< T, D > & | s | ) | const [inline] |