Image Component Library (ICL)
Classes | Namespaces | Macros
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

 icl
 undocument this line if you encounter any issues!
 
 icl::filter
 

Macros

#define ICL_INSTANTIATE_DEPTH(T)
 

Macro Definition Documentation

◆ ICL_INSTANTIATE_DEPTH

#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);
undocument this line if you encounter any issues!
Definition: Any.h:37