17 #ifndef STROMX_CVSUPPORT_ADJUSTRGBCHANNELS_H 18 #define STROMX_CVSUPPORT_ADJUSTRGBCHANNELS_H 20 #include "stromx/cvsupport/Config.h" 21 #include <stromx/runtime/OperatorKernel.h> 22 #include <stromx/runtime/Primitive.h> 49 virtual void setParameter(
const unsigned int id,
const runtime::Data& value);
54 static const std::vector<const runtime::Input*> setupInputs();
55 static const std::vector<const runtime::Output*> setupOutputs();
56 static const std::vector<const runtime::Parameter*> setupParameters();
58 static const std::string TYPE;
59 static const std::string PACKAGE;
69 #endif // STROMX_CVSUPPORT_ADJUSTRGBCHANNELS_H A version of an operator or data type.
Definition: Version.h:46
Abstract data object.
Definition: Data.h:53
Reference to a data object.
Definition: DataRef.h:48
Container which manages the life-cycle of data objects.
Definition: DataContainer.h:43
Adjusts the relative values of the channels in an RGB image.
Definition: AdjustRgbChannels.h:34
The stromx class library.
Definition: AdjustRgbChannels.cpp:29
Abstract operator kernel.
Definition: OperatorKernel.h:46
Provider of functions to receive and send data.
Definition: DataProvider.h:35
virtual OperatorKernel * clone() const
Definition: AdjustRgbChannels.h:48