112 void setIntegralImageDepth(
core::depth integralImageDepth);
undocument this line if you encounter any issues!
Definition: Any.h:37
core::ImgBase * m_buf
used only if IPP is available
Definition: IntegralImgOp.h:130
Abstract Base class for Unary Operators.
Definition: UnaryOp.h:51
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)
core::depth m_integralImageDepth
destination depth
Definition: IntegralImgOp.h:129
depth
determines the pixel type of an image (8Bit-int or 32Bit-float)
Definition: Types.h:60
#define ICLFilter_API
Definition: CompatMacros.h:175
virtual void apply(const core::ImgBase *operand1, core::ImgBase **dst)=0
pure virtual apply function, that must be implemented in all derived classes
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131
class for creating integral images
Definition: IntegralImgOp.h:98