Image.convertToGrayscale Method¶
Module: Image
Definition¶
Converts the image to grayscale in-place.
Note
Only BGR 24-bit and RGB 24-bit images are supported.
void convertToGrayscale()
Exceptions
An error has occurred during Face Library execution.
Module: Image
Converts the image to grayscale in-place.
Note
Only BGR 24-bit and RGB 24-bit images are supported.
void convertToGrayscale()
Exceptions