←Select platform

DicomAutoScaleDataEx Class

Summary

A class that specifies whether DICOM pixel data has been autoscaled. If so, the class contains the autoscale slope and autoscale intercept.

Syntax
C#
VB
C++
[SerializableAttribute()] 
public class DicomAutoScaleDataEx : IDisposable 
<SerializableAttribute()>  
Public Class DicomAutoScaleDataEx 
   Inherits IDisposable 
public: 
   [SerializableAttribute] 
   ref class DicomAutoScaleDataEx : IDisposable 

Remarks

When calling DicomSourceProxy.Load to retrieve a Leadtools.RasterImage from a DICOM source file, the engine will autoscale the data as described in DicomGetImageFlags.AutoScaleModalityLut and DicomGetImageFlags.AutoScaleVoiLut.

If the data is autoscaled, it is modified from what was originally stored in the DicomDataSet. This class shows whether the pixel data has been autoscaled, and if so, provides the corresponding autoscale slope and autoscale intercept.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly