20 #ifndef IMG_ALG_LINE_AVERAGE_HH
21 #define IMG_ALG_LINE_AVERAGE_HH
29 namespace ost {
namespace img {
namespace alg {
40 template <
typename T,
class D>
45 void SetGeometry (
unsigned int geometry) { geometry_ = geometry; }
60 #endif // IPLT_ALG_LINE_AVERAGE_HH
out-of-place modifying image state const visitor plus op algorithm
image_state::ImageStateConstModOPAlgorithm< alg::LineAverageBase > LineAverage
unsigned int GetGeometry()
#define DLLEXPORT_IMG_ALG
static String GetAlgorithmName()
LineAverageBase(unsigned int geometry)
void SetGeometry(unsigned int geometry)
boost::shared_ptr< ImageStateBase > ImageStateBasePtr
computes mean value of columns or lines
#define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t)