ImageGear for .NET
BuildSummaryLUT(ImGearDIB) Method
See Also  Example Send Feedback
ImageGear21.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearDICOMDisplaySettings Class : BuildSummaryLUT(ImGearDIB) Method




dib
DIB for which the DisplaySummaryLUT is to be built.

Glossary Item Box

Builds a standalone ImageGear.Core.ImGearLUT class object based on the transforms that are present in the ImGearDICOMDisplaySettings class object.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

dib
DIB for which the DisplaySummaryLUT is to be built.

Return Value

ImGearLUT object.

Remarks

Transforms are applied in the following order:
  1. Modality
  2. VOI
  3. Inverted
  4. Presentation LUT
  5. Standard Display LUT

Resulting ImageGear.Core.ImGearLUT class object has input and output depths equal to bit depth of the first image channel. Use this method to build a LUT that will not change image bit depths after being applied to the image.

Example

C#Copy Code
ImGearRasterPage rasterPage = (ImGearRasterPage)igPage;
ImGearLUT lut = rasterPage.DICOMDisplaySettings.BuildSummaryLUT(rasterPage.DIB);
Visual BasicCopy Code
Dim rasterPage As ImGearRasterPage = igPage
Dim lut As ImGearLUT = rasterPage.DICOMDisplaySettings.BuildSummaryLUT(rasterPage.DIB)

See Also

©2013. Accusoft Corporation. All Rights Reserved.