HistogramAnalyzerCreate Method (ImagePlane, Rect)

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

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to create histogram for.
aoi
Type: Stemmer.CvbRect
Area of interest in PixelCoordinates.

Return Value

Type: Histogram
Histogram for the given plane.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf plane has been disposed.
Remarks

Using the Rect as an overlay uses the PixelCoordinates.
See Also

Reference