Table of Contents

Constructor ScalarHistogram

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

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.