itkwasm.image¶
Module Contents¶
Classes¶
Functions¶
The buffered region size implied by the shape of a pixel data buffer. |
API¶
- class itkwasm.image.ImageType¶
-
- componentType: Union[itkwasm.int_types.IntTypes, itkwasm.float_types.FloatTypes]¶
None
- pixelType: itkwasm.pixel_types.PixelTypes¶
None
- itkwasm.image._default_direction() numpy.typing.ArrayLike¶
- itkwasm.image._buffered_region_size(data, dimension: int) Optional[Sequence[int]]¶
The buffered region size implied by the shape of a pixel data buffer.
None when the buffer does not describe the region, so the current region is kept. This is the case for a raveled buffer, and for the data: URI that transiently occupies the field while pipeline output JSON is deserialized, before the buffer it addresses is read into an array.