8 #ifndef META_OCEAN_CV_SYNTHESIS_INITIALIZER_H
9 #define META_OCEAN_CV_SYNTHESIS_INITIALIZER_H
This class implements the base class for all synthesis initializers.
Definition: Initializer.h:34
virtual bool invoke(Worker *worker=nullptr) const =0
Invokes the initializer.
Layer & layer_
Synthesis layer that has to be initialized.
Definition: Initializer.h:55
Initializer(Layer &layer)
Creates a new initializer object.
Definition: Initializer.h:58
This class implements the base class for all inpainting layers.
Definition: Layer.h:35
This class is the base class for all image synthesis operators.
Definition: Operator.h:28
This class implements a worker able to distribute function calls over different threads.
Definition: Worker.h:33
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15