ggb.utils.error Module

Exceptions

class ggb.utils.error.ColorSpaceError(color_space, message='Color space is not supported')[source]

Exception raised for errors in the color space.

Parameters
  • color_space – color space which caused the error

  • message – explanation of the error

class ggb.utils.error.ComputerVisionLibraryError(cvlib=None, message='Computer vision library is not supported')[source]

Exception raised for errors in the computer vision library.

Parameters
  • cvlib – computer vision library which caused the error

  • message – explanation of the error