HistogramAnalyzerCreate Method (Image)

CVB.Net Documentation
Creates a histogram for each plane of the whole image.

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

public static Histogram[] Create(
	Image image
)

Parameters

image
Type: Stemmer.CvbImage
Image to create histograms for.

Return Value

Type: Histogram
Array containing the histograms for each ImagePlane.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf image is null.
ObjectDisposedExceptionIf image has been disposed.
See Also

Reference