Click or drag to resize

IMcHistogram2 Interface

An interface implemented by McHistogram.

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

The IMcHistogram2 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 propertyBinLuminanceWidth
The luminace width of each histogram bin.
Public propertyBinXValues
Returns the bin intensity values, according to the current Mode.
Public propertyChangeCount
A count of changes to histogram properties.
Public propertyCommandData
Public propertyCommandFlags
Public propertyInterpretation
A read-write property specifying how the image data should be analyzed.
Public propertyLimitedBinCount
The actual length of the histogram, possibly limited by the LuminanceLimits.
Public propertyLoHiTotalCounts
Pixel counts that are below and above the LuminanceLimits, as well as the total pixel counts falling within the LuminanceLimits.
Public propertyLuminanceLimits
The low and high luminance limits over which the histogram is optionally computed.
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 propertyModeMasked
A read-write property used to access or assign-to selected bits of the Mode property.
Public propertyNumberOfChannels
The number of Channels in the Histogram.
Public propertyRawValues
Returns the raw (non calibrated) histogram values.
Public propertySampledFraction
A value between 0 and 1.0 which gives the fraction of pixels sampled for the current histogram.
Public propertySampledFrame
The index of a single frame index, from which all histogram data should be taken.
Public propertySamplingCoverage
A measure of how many pixels may be skipped by sampling when the histogram covers a very large number of them.
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 methodComputeLuminanceLimits
Sets the LuminanceLimits property to the absolute range of values in the 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