39 namespace core{
class ImgBase; }
107 add(op);
return *
this;
116 int getLength()
const;
135 std::vector<UnaryOp*>
ops;
138 std::vector<core::ImgBase*>
ims;
undocument this line if you encounter any issues!
Definition: Any.h:37
UnaryOpPipe & operator<<(UnaryOp *op)
stream based wrapper for the add function (calls add(op,0))
Definition: UnaryOpPipe.h:106
Utility class that helps applying UnaryOps one after another.
Definition: UnaryOpPipe.h:93
std::vector< UnaryOp * > ops
Internal buffer of ops.
Definition: UnaryOpPipe.h:135
std::vector< core::ImgBase * > ims
Internal buffer of result images.
Definition: UnaryOpPipe.h:138
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)
#define ICLFilter_API
Definition: CompatMacros.h:175
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131