IMcHistogram2 Interface |
|
Namespace: MediaCy.IQL.Operations
Public Interface IMcHistogram2 Inherits IMcHistogram
The IMcHistogram2 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. | |
| BinLuminanceWidth | The luminace width of each histogram bin. | |
| BinXValues | Returns the bin intensity values, according to the current Mode. | |
| ChangeCount | A count of changes to histogram properties. | |
| CommandData | ||
| CommandFlags | ||
| Interpretation | A read-write property specifying how the image data should be
analyzed. | |
| LimitedBinCount | The actual length of the histogram, possibly limited by the LuminanceLimits. | |
| LoHiTotalCounts | Pixel counts that are below and above the LuminanceLimits, as well
as the total pixel counts falling within the LuminanceLimits. | |
| LuminanceLimits | The low and high luminance limits over which the histogram is
optionally computed. | |
| 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. | |
| ModeMasked | A read-write property used to access or assign-to selected bits of
the Mode property. | |
| NumberOfChannels | The number of Channels in the Histogram. | |
| RawValues | Returns the raw (non calibrated) histogram values. | |
| SampledFraction | A value between 0 and 1.0 which gives the fraction of pixels
sampled for the current histogram. | |
| SampledFrame | The index of a single frame index, from which
all histogram data should be taken. | |
| SamplingCoverage | A measure of how many pixels may be skipped by sampling when the
histogram covers a very large number of them. | |
| 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. | |
| ComputeLuminanceLimits | Sets the LuminanceLimits property to the absolute range of values
in the source image. | |
| GetThresholdParameters | Gets the current thresholding parameters | |
| SetThresholdParameters | Sets the method and parameters used to compute the Thresholds
property. |