Click or drag to resize

IMcHistogram Interface

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcHistogram

The IMcHistogram type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteRange
Returns the absolute minimum and maximum luminanance.
Public propertyBestFitRange
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.
Public propertyBinCount
A read-write property specifying the number of bins in the Histogram.
Public propertyBinXValues
Returns the bin intensity values, according to the current Mode.
Public propertyChangeCount
A count of changes to histogram properties.
Public propertyInterpretation
A read-write property specifying how the image data should be analyzed.
Public propertyMax
The calibrated (depending on Mode) maximum of all the bin x values (calibrated intensity) holding a non-zero count.
Public propertyMaxBinCount
The maximum allowed number of bins in the Histogram.
Public propertyMaxThresholdPhases
The maximum number of threshold Phases supported by a given thresholding method.
Public propertyMean
The calibrated (depending on Mode) Mean of all the bin counts.
Public propertyMin
The calibrated (depending on Mode) minimum of all the bin x values (calibrated intensity) holding a non-zero count.
Public propertyMode
A read-write property used to specify how the histogram values and statistics are computed and reported.
Public propertyNumberOfChannels
The number of Channels in the Histogram.
Public propertyRawValues
Returns the raw (non calibrated) histogram values.
Public propertyStdDev
The calibrated (depending on Mode) standard deviation of all the bin counts.
Public propertySum
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.
Public propertyThresholds
One or more thresholds separating phases of the histogram.
Public propertyValues
Returns the calibrated histogram values, according to the current Mode.
Top
Methods
  NameDescription
Public methodCompute
Forces the computation of the Histogram regardless of the internal state of the operator and its source image.
Public methodGetThresholdParameters
Gets the current thresholding parameters
Public methodSetThresholdParameters
Sets the method and parameters used to compute the Thresholds property.
Top
See Also

Reference

McHistogramDXNAME