Table of Contents

Class ScalarHistogram

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

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 Histogram

The histogram for the first channel in the array.

val1 Histogram

The histogram for the second channel in the array.

val2 Histogram

The histogram for the third channel in the array.

val3 Histogram

The 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

Histogram

Val1

Gets the histogram for the second channel in the array.

public Histogram Val1 { get; }

Property Value

Histogram

Val2

Gets the histogram for the third channel in the array.

public Histogram Val2 { get; }

Property Value

Histogram

Val3

Gets the histogram for the fourth channel in the array.

public Histogram Val3 { get; }

Property Value

Histogram