Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Defines
ThresholdOp.h File Reference
#include <ICLUtils/CompatMacros.h>
#include <ICLFilter/UnaryOp.h>

Go to the source code of this file.

Classes

class  icl::filter::ThresholdOp
 Class for thresholding operations. More...

Namespaces

namespace  icl
 

The ICL-namespace.


namespace  icl::filter

Defines

#define ICL_INSTANTIATE_DEPTH(T)

Define Documentation

#define ICL_INSTANTIATE_DEPTH (   T)
Value:
static void tlt(const core::Img## T*, core::Img##T*, icl##T);         \
        static void tgt(const core::Img## T*, core::Img##T*, icl##T);                 \
        static void tltgt(const core::Img## T*, core::Img##T*, icl##T, icl##T);       \
        static void tltVal(const core::Img## T*, core::Img##T*, icl##T, icl##T tVal); \
        static void tgtVal(const core::Img## T*, core::Img##T*, icl##T, icl##T tVal); \
        static void tltgtVal(const core::Img## T*, core::Img##T*, icl##T, icl##T, icl##T, icl##T);
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines