Pixel Data (pydicom.pixels
)¶
Image processing functions
|
Apply a color palette lookup table to arr. |
|
Apply an ICC Profile to arr, either from the dataset ds or an existing Pillow color transformation object transform. |
|
Apply a modality lookup table or rescale operation to arr. |
|
Apply a Presentation LUT to arr and return the P-values. |
|
Apply a modality lookup table or rescale operation to arr. |
|
Apply a VOI lookup table or windowing operation to arr. |
|
Apply a VOI lookup table to arr. |
|
Apply a windowing operation to arr. |
|
Convert the image(s) in arr from one color space to another. |
|
Return a Pillow color transformation object from either the dataset ds or an ICC profile icc_profile. |
Utility functions
|
Return a dict containing the image pixel element values from ds. |
|
Compress uncompressed pixel data and update ds in-place with the resulting encapsulated codestream. |
|
Perform an in-place decompression of a dataset with a compressed Transfer Syntax UID. |
|
Return the pixel data decoder corresponding to uid. |
|
Return the pixel data encoder corresponding to uid. |
|
Yield decoded pixel data frames from src as |
|
Pack a binary |
|
Return decoded pixel data from src as |
|
Use an |
|
Unpack the bit-packed data in src. |