←Select platform

DicomAutoScaleData Class

Summary

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

Syntax

C#
VB
C++
public class DicomAutoScaleData 
Public Class DicomAutoScaleData 
public: 
   ref class DicomAutoScaleData 

Remarks

When calling DicomDataSet.GetImage to retrieve a Leadtools.RasterImage from a DicomDataSet, DicomGetImageFlags can be specified to autoscale the data (DicomGetImageFlags.AutoScaleModalityLut and DicomGetImageFlags.AutoScaleVoiLut).

If the data is autoscaled, it is modified from what was originally stored in the DicomDataSet. Calling the DicomDataSet.GetAutoScaleData method returns an DicomAutoScaleData object that shows if the DICOM pixel data has been autoscaled, and if so, the corresponding autoscale slope and autoscale intercept.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly