HistogramAnalyzerCreate Method (Image, Area2D)

CVB.Net Documentation
Creates a histogram for each plane of the aoi in the given 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,
	Area2D aoi
)

Parameters

image
Type: Stemmer.CvbImage
Image to create histograms for.
aoi
Type: Stemmer.CvbArea2D
Area of interest in ImageCoordinates.

Return Value

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

ExceptionCondition
ArgumentNullExceptionIf image is null.
ObjectDisposedExceptionIf image has been disposed.
Remarks

Using the Area2D as an overlay uses the ImageCoordinates.
See Also

Reference