{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / util / dtype / _dtype_bits

function

skimage.util.dtype:_dtype_bits

source: /dev/scikit-image/src/skimage/util/dtype.py :109

Signature

def   _dtype_bits ( kind bits itemsize = 1 )

Summary

Return dtype of kind that can store a bits wide unsigned int

Extended Summary

Parameters: kind: str Data type kind. bits: int Desired number of bits. itemsize: int The data type object element size.

Returns

: dtype: data type object

Data type of kind that can store a bits wide unsigned int

Aliases

  • skimage.util.dtype._dtype_bits