LAUREL BRIDGE

WindowLevelCalculatorCompute Method

DICOM Connectivity Framework V3.4
Compute a window level center and width for the given pixel array.

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

C#
public void Compute(
	Array pixelArray,
	out float center,
	out float width
)

Parameters

pixelArray
Type: SystemArray
The raw pixel array.
center
Type: SystemSingle
Out parameter that gets the window center.
width
Type: SystemSingle
Out parameter that gets the window width.
See Also

Reference