8 #ifndef META_OCEAN_CV_SYNTHESIS_CREATOR_H
9 #define META_OCEAN_CV_SYNTHESIS_CREATOR_H
This class implements the base class for all creators.
Definition: Creator.h:29
const Layer & layer_
Creator layer to be used of information creation.
Definition: Creator.h:50
Creator(const Layer &layer)
Creates a new creator object.
Definition: Creator.h:53
virtual bool invoke(Worker *worker=nullptr) const =0
Invokes the creator and provides the result.
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