def __init__(self, imaging_api): ImagingBase.__init__(self, imaging_api) self._print_header('Grayscale image example:')
def __init__(self, imaging_api): ImagingBase.__init__(self, imaging_api) self._print_header('Multiframe example:')
def __init__(self, imaging_api): ImagingBase.__init__(self, imaging_api) self._print_header('Update WMF image example:')
def __init__(self, imaging_api): ImagingBase.__init__(self, imaging_api) self._print_header('Object detection image example:')
def __init__(self, imaging_api): ImagingBase.__init__(self, imaging_api) self._print_header('Crop image example:')
def __init__(self, imaging_api): ImagingBase.__init__(self, imaging_api) self._print_header('Image properties example:')