Flips the image
Flips the image
is a flag to specify how to flip the image: - 0 means flipping around the x-axis (i.e. up-down) - positive value (for example, 1) means flipping around y-axis (left-right) - negative value (for example, -1) means flipping around both axes (diagonally) See OpenCV documentation for details.
The name of the input column
The name of the input column
The name of the output column
The name of the output column
The id of the module
The id of the module
Image processing stage. Please refer to OpenCV for additional information