8 #ifndef META_OCEAN_CV_SYNTHESIS_INITIALIZER_CONVERT_MAPPING_F_1_H
9 #define META_OCEAN_CV_SYNTHESIS_INITIALIZER_CONVERT_MAPPING_F_1_H
58 void initializeSubset(
const unsigned int firstColumn,
const unsigned int numberColumns,
const unsigned int firstRow,
const unsigned int numberRows)
const override;
71 sourceMapping_(sourceLayer.mapping())
81 sourceMapping_(mapping)
This class is the base class for all initializers that are provided for a single frame only.
Definition: Initializer1.h:29
This class implements an initializer that converts the mapping of a layer with integer mapping to a l...
Definition: InitializerConvertMappingF1.h:35
const MappingI1 & sourceMapping_
Source mapping that will be converted.
Definition: InitializerConvertMappingF1.h:63
void initializeSubset(const unsigned int firstColumn, const unsigned int numberColumns, const unsigned int firstRow, const unsigned int numberRows) const override
Initializes a subset of the entire mapping area.
InitializerConvertMappingF1(LayerF1 &layer, const LayerI1 &sourceLayer)
Creates a new initializer object.
Definition: InitializerConvertMappingF1.h:66
This class implements the base class for all initializer objects that are applied for mappings with f...
Definition: InitializerF.h:30
This class implements the base class for all synthesis initializers.
Definition: Initializer.h:34
This class is the base class for all initializer objects that can separate the initialization process...
Definition: InitializerSubset.h:29
This class implements a single layer for pixel synthesis within one frame and sub-pixel accuracy.
Definition: LayerF1.h:44
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
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15