17 #ifndef STROMX_CVSUPPORT_FLICKER_H
18 #define STROMX_CVSUPPORT_FLICKER_H
20 #include "stromx/cvsupport/Config.h"
21 #include <stromx/runtime/OperatorKernel.h>
22 #include <stromx/runtime/Primitive.h>
55 virtual void setParameter(
const unsigned int id,
const runtime::Data& value);
60 static const std::vector<const runtime::Description*> setupInputs();
61 static const std::vector<const runtime::Description*> setupOutputs();
62 static const std::vector<const runtime::Parameter*> setupParameters();
64 static const std::string TYPE;
65 static const std::string PACKAGE;
73 #endif // STROMX_CVSUPPORT_FLICKER_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
Applies a random coefficent to the brightness of the image.
Definition: Flicker.h:34
The stromx class library.
Definition: AdjustRgbChannels.cpp:29
virtual OperatorKernel * clone() const
Definition: Flicker.h:54
Abstract operator kernel.
Definition: OperatorKernel.h:46
Provider of functions to receive and send data.
Definition: DataProvider.h:35