IMcHistogram Interface |
![]() |
Namespace: MediaCy.IQL.Operations
Public Interface IMcHistogram
The IMcHistogram type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbsoluteRange | Returns the absolute minimum and maximum luminanance. |
![]() | BestFitRange | 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. |
![]() | BinCount | A read-write property specifying the number of bins in the Histogram. |
![]() | BinXValues | Returns the bin intensity values, according to the current Mode. |
![]() | ChangeCount | A count of changes to histogram properties. |
![]() | Interpretation | A read-write property specifying how the image data should be
analyzed. |
![]() | Max | The calibrated (depending on Mode) maximum of all the bin x values
(calibrated intensity) holding a non-zero count. |
![]() | MaxBinCount | The maximum allowed number of bins in the Histogram. |
![]() | MaxThresholdPhases | The maximum number of threshold Phases supported by a given
thresholding method. |
![]() | Mean | The calibrated (depending on Mode) Mean of all the bin counts. |
![]() | Min | The calibrated (depending on Mode) minimum of all the bin x values
(calibrated intensity) holding a non-zero count. |
![]() | Mode | A read-write property used to specify how the histogram values and
statistics are computed and reported. |
![]() | NumberOfChannels | The number of Channels in the Histogram. |
![]() | RawValues | Returns the raw (non calibrated) histogram values. |
![]() | StdDev | The calibrated (depending on Mode) standard deviation of all the bin counts. |
![]() | Sum | The calibrated (depending on Mode) Sum of all the bin counts where
calibrated bin counts (Values) are multiplied by their x value (calibrated intensity),
and accumulated. |
![]() | Thresholds | One or more thresholds separating phases of the histogram. |
![]() | Values | Returns the calibrated histogram values, according to the current Mode. |
Name | Description | |
---|---|---|
![]() | Compute | Forces the computation of the Histogram regardless of the internal
state of the operator and its source image. |
![]() | GetThresholdParameters | Gets the current thresholding parameters |
![]() | SetThresholdParameters | Sets the method and parameters used to compute the Thresholds
property. |