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>
56 virtual void setParameter(
const unsigned int id,
const runtime::Data& value);
61 static const std::vector<const runtime::Description*> setupInputs();
62 static const std::vector<const runtime::Description*> setupOutputs();
63 static const std::vector<const runtime::Parameter*> setupParameters();
65 static const std::string TYPE;
66 static const std::string PACKAGE;
76 #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
virtual OperatorKernel * clone() const
Definition: AdjustRgbChannels.h:55
Abstract operator kernel.
Definition: OperatorKernel.h:46
Provider of functions to receive and send data.
Definition: DataProvider.h:35