Description
Returns a range of calibrated intensities so that the total of the bin counts outside of this range equals to twice a percentage (Percent) of the Sum of all the bin counts.
-
Property type
-
A Variant value.
-
Syntax
-
object.BestFitRange(Percent, [Channel], [SourceImage])
The BestFitRange Property syntax has these parts: |
| object | An expression evaluating to an object of type McHistogram. | | Percent | Required. A Double value. Outside percentage of the Sum.
| | Channel | Optional. A Long value. Optional Channel.
| | SourceImage | Optional. A Variant value. 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.
| Remarks
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 id Channel is non-negative, or a 2D array of NumberOfChannels ranges if Channel = -1
|