[][src]Module dicom_object::pixeldata

Module for the pixel data trait and implementations.

In order to facilitate typical pixel data manipulation, this crate provides a common interface for retrieving that content as an image or a multi-dimensional array.

Structs

InMemoryPixelData

A DICOM slice that is completely stored in memory, which may be owned by this and owned by a local vector. Pixels are stored in row-major order with no padding.

Traits

PixelData

Implemented by DICOM pixel data blocks retrieved from objects.

PixelDataMut