Click or drag to resize

IMcHistogram2BestFitRange Property

Returns a range of calibrated intensities so that the total of the bin counts outside of this range equals to twice a given percentage of all the bin counts.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property BestFitRange ( 
	Percent As Double,
	Optional Channel As Integer = -1,
	<OptionalAttribute> SourceImage As Object
) As Object
	Get

Parameters

Percent
Type: SystemDouble
Channel (Optional)
Type: SystemInt32
SourceImage (Optional)
Type: SystemObject

Property Value

Type: Object

Implements

IMcHistogramBestFitRangeDouble, Int32, Object
Remarks
By default an equal number of counts are excluded at both the low and high ends of the histogram, but this balance may be adjusted by assigning to the BestFitBalance property. The Compute method is called automatically on the parent IMcImage whenever it is necessary, always if vSourceImg is not empty. BestFitRange is exposed as an array of 2 double precision floating point values if Channel is non-negative, or a 2D array of NumberOfChannels ranges if Channel = -1
See Also