Image.flip Method

Module: Image

Definition

Flips the image in-place.

void flip(bool flipHorizontally, bool flipVertically)

Parameters

flipHorizontally bool
in Value indicating whether the image should be flipped horizontally.

flipVertically bool
in Value indicating whether the image should be flipped vertically.

Exceptions

An error has occurred during Face Library execution.