TransformType

Defined in header “ark/image/transform.hh”.


Defines the transformation type that will be executed on an image.

Values

  • Rotate0
    The original image.

  • Rotate90
    Image is rotated 90 degrees counter-clockwise.

  • Rotate180
    Image is rotated 180 degrees counter-clockwise.

  • Rotate270
    Image is rotated 270 degrees counter-clockwise.

  • TransposeRotate0
    Transposed. The output width/height is equal to the input height/width.

  • TransposeRotate90
    Horizontal mirror.

  • TransposeRotate180
    Transposed and rotated 180 degrees counterclockwise. Output width/height equal input height/width.

  • TransposeRotate270
    Vertical mirror.