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.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public override bool GetHistogram(
Queue numVox
)
Public Overrides Function GetHistogram (
<OutAttribute> numVox As Queue
) As Boolean
public:
virtual bool GetHistogram(
[OutAttribute] Queue^ numVox
) override
abstract GetHistogram :
numVox : Queue byref -> bool
override GetHistogram :
numVox : Queue byref -> bool
Parameters
- numVox
- Type: System.CollectionsQueue
Return Value
Type:
BooleanSee Also