Description
An McHistogram operator used by the the Threshold operator to perform automatic thresholding.
-
Property type
-
A McHistogram object.
-
Syntax
-
object.Histogram
The Histogram Property syntax has these parts: |
| object | An expression evaluating to an object of type McThreshold. | Remarks
This McHistogram instance is mostly used as a tool by the internals of the IMcThreshold methods that automatically detect thresholds based on the image histogram. But you can set a few of the McHistogram properties directly to modify the particular algorithm used for threshold detection; see the IMcThreshold.FindIntensityRange method for more discussion.
|