IMcHistogram2LimitedBinCount Property
|
|
The actual length of the histogram, possibly limited by the LuminanceLimits.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxReadOnly Property LimitedBinCount As Integer
Get
Property Value
Type:
Int32
RemarksIf the mchmHonorLuminanceLimits Mode property bit is set, then the
histogram is computed over the LuminanceLimits property's start to end range.
For integral source image types, if the difference between the LuminanceLimits
end and start is less than the BinCount-1, then the number of bins in the
histogram is decreased so that the BinLuminanceWidth is one luminance value.
The LimitedBinCount property will reflect this shortened histogram length, if it
is necessary; otherwise LimitedBinCount will equal BinCount.
See Also