DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class


DicomImage Class Methods

For a list of all members of this type, see DicomImage members.

Public Methods
 NameDescription
Public MethodOverloaded. Creates and adds standard data elements to the underlying DicomDataSet  
Public MethodOverloaded.  Add byte[] as attribute value to avoid copying large data  
Public MethodOverloaded. Creates a Bitmap object from DicomImage  
Public Method Image rendered as a System.Windows.Media.Imaging.BitmapImage object  
Public Method Combine pixel data of source image into this image as a base image  
Public MethodBurn all image Labels in Pixel data.

This method modifies the underlying pixel data!

 
Public Method Useful method to check if the image can be converted using a different compression specified by the TransferSyntax  
Public Method The location of the top-left corner of the cell within which this image would be displayed in a particular viewer  
Public Method The size of the cell within which this image would be displayed in a particular viewer  
Public Method Simulate the effect of writing out as a Decompressed Image  
Public MethodOverloaded. Clears the internal cache for compressed and uncompressed pixel data, lookup data and DirectX textures  
Public MethodOverloaded. Returns a cloned copy of the DicomImage  
Public Method Copies the image to the Windows clipboard  
Public MethodThis method modifies the StretchMode, Zoom and Scroll properties such that the display output stays very similar while the display parameters have changed to suit the DicomObjects.Enums.StretchModes.NoStretch mode.  
Public MethodOverloaded.  Encapsulate current display properties into a DICOM GreyScale Presentation State object  
Public MethodCauses all the frames of an image to be decompressed.  
Public MethodOverloaded. Methods to determine the size at which am image would be shown  
Public MethodOverloaded. Standard Dispose methods  
Public Method Perpendicular distance from a Point to the plane of this image  
Public MethodOverloaded. Methods to determine the degree to which part of an image has already been downloaded  
Public MethodOverloaded. Explicitly request that some of the pixel information for this image should be retrieved via JPIP  
Public MethodOverloaded. Export image to non-DICOM format  
Public MethodGet cache size used by DicomObjects for the image - useful to help decide when to call ClearCaches method  
Public MethodThe colour lookup table of DicomImage  
Public MethodOverloaded. Find the maximum and minimum pixel data values in the pixel data  
Public Method Extract individual frame from the pixel data  
Public Method Returns an array containing the distribution of raw pixel values.  
Public Method The currently displayed plane of this image.  
Public Method Calculate where in screen (X,Y) space, a given image point lies  
Public Method Calculate the real-world 3D coordinates of a point of the image currently displayed  
Public MethodOverloaded. Copies the image data from an external image format  
Public MethodOverloaded. Matrix specifying how the image is displayed  
Public Method Matrix specifying how the image would be displayed with a Zoom of 1:1  
Public Method Return the Text of DicomLabel of LabelType = special.  
Public MethodCopies the Image Data from Windows Clipboard  
Public Method  
Public Method Returns a float array of pixel values for a frame, optionally transformed via the modality transformation  
Public Method Returns an array of pixel values for a frame, optionally transformed via the modality transformation  
Public MethodOverloaded. Modifies current display properties to match the DICOM presentation state.  
Public MethodOverloaded.  Creates a copy of the image for printing or other purposes  
Public Method Returns an array of raw pixel values for a frame  
Public MethodOverloaded. Read from a file, a system IO stream or a byte array  
Public Method Reads from Web Address  
Public MethodThis method returns a new DicomLabel object which represents the position of one DicomImage relative to another.  
Public MethodOverloaded. Removes an attribute from the underlying DataSet  
Public MethodOverloaded. Render the DicomImage to array.  
Public Method Calculate where in image (X,Y) space, a given screen point lies  
Public Method Calculate where in real world (X,Y,Z) space, a given screen point lies  
Public MethodOverloaded. Sends an image to a remote Storage SCP  
Public MethodThe colour lookup table of DicomImage  
Public Method Recalculates the default windows used by DicomObjects as if the image had just been loaded  
Public Method An external DirectX pixel shader to be used for custom filtering  
Public Method Method to set pixel data directly from a stream  
Public Method Method to import pixel data directly from a non-DICOM data  
Public Method Maps an external file as the pixel data  
Public MethodSets the Scroll and Zoom values to values reflecting the current display  
Public MethodOverloaded.  Sets the frame number of the mask frame for subtraction.  
Public MethodOverloaded. Get the pixel spacing of the DicomImage  
Public MethodThis method returns the Pixel Spacing within the region specified by Area, in a particular viewer  
Public MethodOverloaded. Creates a copy of part or all of the image  
Public MethodCauses the image to be updated  
Public Method Calculate the nearest image coordinates for a point in real world (X,Y,Z) space,  
Public Method Calculate where in real world (X,Y,Z) space, a given screen point lies  
Public MethodOverloaded. Write the data to a file, Stream or Byte Array  
Top
Protected Methods
 NameDescription
Protected Method Matrix specifying how the image is displayed onto display of the stated  
Protected Method Standard finaliser - releases any files which may be held open by the image and its underlying DicomDatSet  
Protected Method An event fires when the displayed plane changes  
Protected Method The lookup table used for rendering this image to the specified bit depth output  
Top
See Also