Skip to content

ImageMap

ImageMap - CombineWith

Combine the current ImageMap with another one.

IN

Name Type Description
InImageMap1 ImageMap The input ImageMap
InImageMap2 ImageMap Another ImageMap.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutImageMap ImageMap Output ImageMap.
Error ErrorState Gets the execution error message

ImageMap - Deserialize

De-serialize an ImageMap buffer.

IN

Name Type Description
InBuffer Buffer Buffer containing the object.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutImageMap ImageMap Deserialized object.
Error ErrorState Gets the execution error message

ImageMap - GetDataX

Returns the pointer to the internal map X data.

IN

Name Type Description
InImageMap ImageMap The input ImageMap
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutFloat FloatArray Data pointer for X map.
Error ErrorState Gets the execution error message

ImageMap - GetDataY

Returns the pointer to the internal map Y data.

IN

Name Type Description
InImageMap ImageMap The input ImageMap
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutFloat FloatArray Data pointer for Y map.
Error ErrorState Gets the execution error message

ImageMap - GetInputHeight

Returns the input height.

IN

Name Type Description
InImageMap ImageMap The input ImageMap
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutInt Int Input height.
Error ErrorState Gets the execution error message

ImageMap - GetInputSize

Returns a Size object containing the input image's width and height.

IN

Name Type Description
InImageMap ImageMap The input ImageMap
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutSize Size Input size.
Error ErrorState Gets the execution error message

ImageMap - GetInputWidth

Returns the input width.

IN

Name Type Description
InImageMap ImageMap The input ImageMap
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutInt Int Input width.
Error ErrorState Gets the execution error message

ImageMap - GetOutputHeight

Returns the output height. Note: Corresponds to the internal maps' height.

IN

Name Type Description
InImageMap ImageMap The input ImageMap
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutInt Int Output height.
Error ErrorState Gets the execution error message

ImageMap - GetOutputSize

Returns a Size object containing the output image's width and height.

IN

Name Type Description
InImageMap ImageMap The input ImageMap
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutSize Size Output size.
Error ErrorState Gets the execution error message

ImageMap - GetOutputWidth

Returns the output width. Note: Corresponds to the internal maps' width.

IN

Name Type Description
InImageMap ImageMap The input ImageMap
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutInt Int Output width.
Error ErrorState Gets the execution error message

ImageMap - Inverse

Invert the current ImageMap.

IN

Name Type Description
InImageMap ImageMap The input ImageMap
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutImageMap ImageMap ov::ImageMap
Error ErrorState Gets the execution error message

ImageMap - IsEmpty

Checks whether the ImageMap is empty.

IN

Name Type Description
InImageMap ImageMap The input ImageMap
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutBool Bool True if it's empty, false otherwise.
Error ErrorState Gets the execution error message

ImageMap - MakeMatrixTransformMap

Creates an ImageMap which performs a transformation defined as a 3x3 homography. matrix.

IN

Name Type Description
InInputSize Size Size of input image.
InOutputSize Size Size of output image.
InTransformMatrix Matrix 3x3 homography matrix.
InInterpolationMethod Enum < InterpolationMethod2D > Interpolation method used in the pixels' extraction.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutImageMap ImageMap Output ImageMap.
Error ErrorState Gets the execution error message

ImageMap - MakeMirrorMap

Creates an ImageMap to obtain a mirror of an image.

IN

Name Type Description
InInputSize Size Size of input image.
InMirrorX Bool Whether to mirror x.
InMirrorY Bool Whether to mirror y.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutImageMap ImageMap Output ImageMap.
Error ErrorState Gets the execution error message

ImageMap - MakePolarMap

Creates a polar transform ImageMap.

IN

Name Type Description
InInputSize Size Size of input image.
InOutputSize Size Size of output image.
InCenter Point2D Center of transformation.
InPolarSpace Enum < PolarSpace > Polar space type.
InInverse Bool Whether to perform the inverse transform.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutImageMap ImageMap Output ImageMap.
Error ErrorState Gets the execution error message

ImageMap - MakeResizeMap

Creates an ImageMap for a resize operation.

IN

Name Type Description
InInputSize Size Size of input image.
InOutputSize Size Size of output image.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutImageMap ImageMap Output ImageMap.
Error ErrorState Gets the execution error message

ImageMap - Serialize

Serialize ImageMap object using flatbuffers.

IN

Name Type Description
InImageMap ImageMap The input ImageMap
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutByteBuffer Buffer Buffer where the object is stored.
Error ErrorState Gets the execution error message