Image.flip Method¶
Module: Image
Definition¶
Flips the image in-place.
void flip(bool flipHorizontally, bool flipVertically)
Parameters
flipHorizontally boolin Value indicating whether the image should be flipped horizontally.
flipVertically boolin Value indicating whether the image should be flipped vertically.
Exceptions
An error has occurred during Face Library execution.