LAUREL BRIDGE

WindowLevelCalculatorCompute Method

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

Namespace:  LaurelBridge.DCF.Examples.ImageViewer
Assembly:  ImageViewer (in ImageViewer.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
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