Click or drag to resize
SoLDMReaderGetHistogram Method
Returns the distribution of data values, i.e., the number of voxels per data value. numVox(0) is the number of voxels with value 0, numVox(1) is the number of voxels with value 1, and so on.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public override bool GetHistogram(
	Queue numVox
)

Parameters

numVox
Type: System.CollectionsQueue

Return Value

Type: Boolean
See Also