FaceAnalyser.checkColorizedImage Method¶
Module: FaceAnalyser
Definition¶
Verifies if an image is colorized or grayscale.
bool checkColorizedImage(Image image)
Parameters
image Imagein Source image to process.
Returns
boolThe boolean decision: True if colorized, False if grayscale.
Exceptions
An error has occurred during Face Library execution.