31 #ifndef QUALITYMixerOP_H_
32 #define QUALITYMixerOP_H_
63 parameters.link(
"coeff", this->coeff = coeff);
67 parameters.
copyStruct(op.getParameters(), op, *
this);
78 Logger mout(getImgLog(), __FILE__, __FUNCTION__);
LogSourc e is the means for a function or any program segment to "connect" to a Log.
Definition: Log.h:308
Logger & unimplemented(const TT &... args)
Feature to be done. Special type of Logger::note().
Definition: Log.h:507
void copyStruct(const ReferenceMap &m, const T &src, T &dst, extLinkPolicy policy=RESERVE)
Experimental. Copies references and values of a structure to another.
Definition: ReferenceMap.h:399
Base class for image processing functions.
Definition: ImageOp.h:49
ImageOp(const std::string &name=__FUNCTION__, const std::string &description="")
Definition: ImageOp.h:156
Container applicable for Channels and Images, with alpha support.
Definition: ImageTray.h:267
Overwrites pixels of destination image in locations where destination weight is lower.
Definition: QualityMixerOp.h:58
Definition: DataSelector.cpp:1277