Click or drag to resize

IMcHistogram2MaxBinCount Property

The maximum allowed number of bins in the Histogram.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property MaxBinCount ( 
	<OptionalAttribute> SourceImage As Object
) As Integer
	Get

Parameters

SourceImage (Optional)
Type: SystemObject

Property Value

Type: Int32

Implements

IMcHistogramMaxBinCountObject
Remarks
The maximum will generally be the lesser of 65536 or the source McImage.Type.RangeMax property plus one. For McImage.Type.PixelDataType mcpdtFloat (i.e., floating point pixel types), the maximum is always 65536. The MaxBinCount will always be at least 256. Parmeters: SourceImage: Source McImage for the computation for global instances of McHistogram (ones with no ancestor McImage). This argument is required for global instances of McHistogram, and it must be missing for McHistogram instances with an image ancestor.
See Also