Click or drag to resize

IMcHistogram2LoHiTotalCounts Property

Pixel counts that are below and above the LuminanceLimits, as well as the total pixel counts falling within the LuminanceLimits.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property LoHiTotalCounts ( 
	Optional Channel As Integer = -1
) As Object
	Get

Parameters

Channel (Optional)
Type: SystemInt32

Property Value

Type: Object
Remarks
LoHiTotalCounts is exposed as a 2D array ([IMcIMage.NumberOfChannels][3] in C, (0 to 2,0 to IMcIMage.NumberOfChannels-1) in VB) if Channel=-1. It is exposed as a length-3 array of double precision floating point values if Channel is non-negative. The first value is the number of pixels below the lower LumianceLimts, the second value is the number above the upper LuminanceLimits and the third number is the number within the LuminanceLimits. The sum of the three numbers is to total count of pixels in the histogram. When sampling, these values may be less than the number of pixels within the region of interest. When the spatial calibration is used (mchmApplySpatialCalibration Mode bit is set), these counts are unaffected (i.e., they always reflect simple pixel counts). For mulitchannel images, the counts can be different for each color channel.
See Also