8 #ifndef META_OCEAN_CV_SYNTHESIS_INITIALIZER_MOVE_MAPPING_I_1_H
9 #define META_OCEAN_CV_SYNTHESIS_INITIALIZER_MOVE_MAPPING_I_1_H
This class is the base class for all initializers that are provided for a single frame only.
Definition: Initializer1.h:29
This class implements the base class for all synthesis initializers.
Definition: Initializer.h:34
This class implements the base class for all initializer objects that are applied for mappings with i...
Definition: InitializerI.h:30
This initializer undertakes an existing mapping by application of the move constructor.
Definition: InitializerMoveMappingI1.h:35
InitializerMoveMappingI1(LayerI1 &layer, MappingI1 &&mapping)
Creates a new initializer object.
Definition: InitializerMoveMappingI1.h:57
MappingI1 & mapping_
Existing mapping that will be undertaken by this initializer.
Definition: InitializerMoveMappingI1.h:54
bool invoke(Worker *worker) const override
Invokes the initialization.
This class implements a single layer for pixel synthesis within one frame and pixel accuracy.
Definition: LayerI1.h:41
This class implements the pixel mapping between source and target frames.
Definition: MappingI1.h:49
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