Class ScalarHistogram
Represents the per-channel histograms for all channels in a multi-channel array.
public class ScalarHistogram
- Inheritance
-
ScalarHistogram
- Inherited Members
Constructors
ScalarHistogram(Histogram, Histogram, Histogram, Histogram)
Initializes a new instance of the ScalarHistogram class using the specified per-channel histograms.
public ScalarHistogram(Histogram val0, Histogram val1, Histogram val2, Histogram val3)
Parameters
val0
HistogramThe histogram for the first channel in the array.
val1
HistogramThe histogram for the second channel in the array.
val2
HistogramThe histogram for the third channel in the array.
val3
HistogramThe histogram for the fourth channel in the array.
Properties
Val0
Gets the histogram for the first channel in the array.
public Histogram Val0 { get; }
Property Value
Val1
Gets the histogram for the second channel in the array.
public Histogram Val1 { get; }
Property Value
Val2
Gets the histogram for the third channel in the array.
public Histogram Val2 { get; }
Property Value
Val3
Gets the histogram for the fourth channel in the array.
public Histogram Val3 { get; }