Name | Description | |
---|---|---|
![]() | Add | Overloaded. Creates and adds standard data elements to the underlying DicomDataSet |
![]() | AddByReference | Overloaded. Add byte[] as attribute value to avoid copying large data |
![]() | Bitmap | Overloaded. Creates a SKBitmap object from DicomImage |
![]() | CanConvertTo | Useful method to check if the image can be converted using a different compression specified by the TransferSyntax |
![]() | ChangeToDecompressed | Simulate the effect of writing out as a Decompressed Image |
![]() | ClearCaches | Overloaded. Clears the internal cache for compressed and uncompressed pixel data, lookup data and DirectX textures |
![]() | Clone | Overloaded. Returns a cloned copy of the DicomImage |
![]() | DecompressAll | Causes all the frames of an image to be decompressed. |
![]() | DisplaySize | Overloaded. Methods to determine the size at which am image would be shown |
![]() | Dispose | Releases the resources used by the DicomImage object |
![]() | DistanceFromPoint | Perpendicular distance from a Point to the plane of this image |
![]() | DownloadStatus | Overloaded. Methods to determine the degree to which part of an image has already been downloaded |
![]() | Export | Overloaded. Export DicomImage to supported Format |
![]() | GetCacheSize | Get cache size used by DicomObjects for the image - useful to help decide when to call ClearCaches method |
![]() | GetColourTable | The colour lookup table of DicomImage |
![]() | GetMaskRanges | Contains an array of DicomMaskRange objects to be applied to this image. See the DicomMaskRange object for more information on how this is used. |
![]() | GetMinAndMax | Overloaded. Find the maximum and minimum pixel data values in the pixel data |
![]() | GetRawFrame | Extract individual frame from the pixel data |
![]() | Histogram | Returns an array containing the distribution of raw pixel values. |
![]() | ImagePlane | The currently displayed plane of this image. |
![]() | Import | Overloaded. Copies the image data from an external image format |
![]() | Matrix | Matrix specifying how the image is displayed onto display of the stated size |
![]() | MatrixBase | Matrix specifying how the image would be displayed with a Zoom of 1:1 |
![]() | PixelValuesByFrame | Returns a float array of pixel values for a frame, optionally transformed via the modality transformation |
![]() | PixelValuesByFrameGeneric | Returns an array of pixel values for a frame, optionally transformed via the modality transformation |
![]() | PrinterImage | Overloaded. Creates a copy of the image for printing or other purposes |
![]() | RawPixelValuesByFrame | Returns an array of raw pixel values for a frame |
![]() | Read | Overloaded. Read from a file, a system IO stream or a byte array |
![]() | ReadURL | Reads from Web Address |
![]() | ReferenceLine | This method returns a new DicomLabel object which represents the position of one DicomImage relative to another. |
![]() | RenderToArray | Overloaded. Render the DicomImage to array. |
![]() | Send | Overloaded. Sends an image to a remote Storage SCP |
![]() | SetColourTable | The colour lookup table of DicomImage |
![]() | SetDefaultWindows | Recalculates the default windows used by DicomObjects as if the image had just been loaded |
![]() | SetMaskRanges | Contains an array of DicomMaskRange objects to be applied to this image. See the DicomMaskRange object for more information on how this is used. |
![]() | SetPixelData | Method to set pixel data directly from a stream |
![]() | SetPixelDataAndImport | Method to import pixel data directly from a non-DICOM data |
![]() | SetPixelFile | Maps an external file as the pixel data |
![]() | SetSimpleMasking | Overloaded. Sets the frame number of the mask frame for subtraction. |
![]() | Spacing | Overloaded. Get the pixel spacing of the DicomImage |
![]() | SubImage | Overloaded. Creates a copy of part or all of the image |
![]() | Update | Causes the image to be updated |
![]() | Write | Overloaded. Write the data to a file, Stream or Byte Array |