imgaug.dtypes

Functions to interact/analyze with numpy dtypes.

imgaug.dtypes.change_dtype_(arr, dtype, clip=True, round=True)[source]
imgaug.dtypes.change_dtypes_(images, dtypes, clip=True, round=True)[source]
imgaug.dtypes.clip_(array, min_value, max_value)[source]
imgaug.dtypes.clip_to_dtype_value_range_(array, dtype, validate=True, validate_values=None)[source]
imgaug.dtypes.copy_dtypes_for_restore(images, force_list=False)[source]
imgaug.dtypes.gate_dtypes(dtypes, allowed, disallowed, augmenter=None)[source]
imgaug.dtypes.get_minimal_dtype(arrays, increase_itemsize_factor=1)[source]
imgaug.dtypes.get_value_range_of_dtype(dtype)[source]
imgaug.dtypes.increase_array_resolutions_(arrays, factor)[source]
imgaug.dtypes.increase_itemsize_of_dtype(dtype, factor)[source]
imgaug.dtypes.normalize_dtype(dtype)[source]
imgaug.dtypes.normalize_dtypes(dtypes)[source]
imgaug.dtypes.promote_array_dtypes_(arrays, dtypes=None, increase_itemsize_factor=1)[source]
imgaug.dtypes.restore_dtypes_(images, dtypes, clip=True, round=True)[source]