Image.toNumpy Method¶
Module: Image
Definition¶
Exports the image to a numpy array (Python only)
to_numpy(self) -> bytearray
Returns
bytearray
Output numpy array.
Exceptions
An error has occurred during Face Library execution.
Module: Image
Exports the image to a numpy array (Python only)
to_numpy(self) -> bytearray
Returns
bytearray
Output numpy array.
Exceptions
An error has occurred during Face Library execution.