LAUREL BRIDGE

Histogram Constructor

DICOM Connectivity Framework V3.4
Construct histogram.

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

C#
public Histogram(
	int width,
	bool signed,
	bool blackIsZero
)

Parameters

width
Type: SystemInt32
number of values in histogram, bits allocated ** 2
signed
Type: SystemBoolean
true if data is signedPixels, ie. PixelRepresentation is non-zero
blackIsZero
Type: SystemBoolean
true if black pixels have value 0, ie. MONOCHROME2
See Also

Reference