Namespace FellowOakDicom.Imaging
Classes
- BitDepth
Extract image bit depth infomation from dataset and provide information for image rendering process
- ColorTable
Convenience class for managing color look-up tables with 256 color items.
- DicomIconImage
DICOM Image class for image rendering.
- DicomImage
DICOM Image class for image rendering.
- DicomImagingException
DicomImage operations related exceptions
- DicomOverlayData
DICOM image overlay class
- DicomOverlayDataFactory
Bitmap related factory methods for DicomOverlayData.
- DicomPixelData
DICOM Pixel Data abstract class for reading and writing DICOM images pixel data according to the specified transfer syntax
- GrayscaleRenderOptions
Grayscale rendering options class
- ImageBase<TImage>
Base class for image implementations.
- ImageDisposableBase<TImage>
Base class for image implementations where underlying image type is disposable.
- ImageManager
Manager for creation of image objects.
- PhotometricInterpretation
Photometric Interpretation.
- PixelDataConverter
Convert pixels from presentation from interleaved to planar and from planar to interleaved
- RawImageExtensions
Convenience class for non-generic access to RawImage image objects.
- RawImageManager
BGRA byte array implementation of the ImageManager.
- SpatialTransform
Representation of a spatial 2D transform.
Structs
Interfaces
- IImage
Image interface.
Enums
- DicomOverlayType
Representation of enumerated DICOM overlay types.
- PixelRepresentation
Pixel Representation (0028,0103) represents signed/unsigned data of the pixel samples. Each sample shall have the same pixel representation
- PlanarConfiguration
Planar Configuration (0028,0006) indicates whether the color pixel data are sent color-by-plane or color-by-pixel. This Attribute shall be present if Samples per Pixel (0028,0002) has a value greater than 1. It shall not be present otherwise.