ICLFilter_API optype getOpType() const
returns the current optype
Definition: ProximityOp.h:130
undocument this line if you encounter any issues!
Definition: Any.h:37
Class interface for un-copyable classes.
Definition: Uncopyable.h:64
applymode
enum to specify the current apply mode of a ProximityOp
Definition: ProximityOp.h:119
core::Img32f * m_poTemplateBuffer
internal used buffer for handling unsupported formats
Definition: ProximityOp.h:180
Definition: ProximityOp.h:120
virtual void apply(const core::ImgBase *operand1, const core::ImgBase *operand2, core::ImgBase **result)=0
pure virtual apply function
ICLFilter_API applymode getApplyMode() const
returns the current applymode
ICLFilter_API ProximityOp(optype ot, applymode am=valid)
Creates a new ProximityOp object with given apply mode and optype.
core::Img32f * m_poImageBuffer
internal used buffer for handling unsupported formats
Definition: ProximityOp.h:177
Abstract base class for binary image operations.
Definition: BinaryOp.h:42
Definition: ProximityOp.h:121
Definition: ProximityOp.h:129
optype
enum to specify the current operation type of a ProximityOp
Definition: ProximityOp.h:127
Definition: ProximityOp.h:122
ICLQt_API core::Img< T > filter(const core::Img< T > &image, const std::string &filter)
applies a filter operation on the source image (affinity for float)
virtual ~ProximityOp()
Destructor.
Definition: ProximityOp.h:140
Interface for classes that can be configured from configuration-files and GUI-Components.
Definition: Configurable.h:194
ICLFilter_API void setApplyMode(applymode am)
sets the current applymode
#define ICLFilter_API
Definition: CompatMacros.h:175
virtual ICLFilter_API void apply(const core::ImgBase *poSrc1, const core::ImgBase *poSrc2, core::ImgBase **ppoDst)
applies the current op given source image, template and destination image
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131
Definition: ProximityOp.h:128
Class for computing proximity measures.
Definition: ProximityOp.h:114
ICLFilter_API void setOpType(optype ot)
sets the current optype