LAUREL BRIDGE

WindowLevelCalculator Class

DICOM Connectivity Framework V3.4
Class to assist in calculating the window level values for a monochrome DICOM image.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.ImageViewerWindowLevelCalculator

Namespace:  LaurelBridge.DCFExamples.ImageViewer
Assembly:  ImageViewer (in ImageViewer.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public class WindowLevelCalculator

The WindowLevelCalculator type exposes the following members.

Constructors

  NameDescription
Public methodWindowLevelCalculator
Construct a window level calculator for the given image info.
Top
Methods

  NameDescription
Public methodCompute
Compute a window level center and width for the given pixel array.
Public methodToString
Dump this as a string.
(Overrides ObjectToString.)
Top
Remarks

This method is not intended to supplant the window level values included in a DICOM file.
See Also

Reference