HistogramAnalyzerCreate Method (ImagePlane)

CVB.Net Documentation
Create a histogram for the whole plane.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static Histogram Create(
	ImagePlane plane
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to create histogram for.

Return Value

Type: Histogram
Histogram for the given plane.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf plane has been disposed.
See Also

Reference