HistogramAnalyzerCreate Method (ImagePlane, Double)

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,
	double density
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to create histogram for.
density
Type: SystemDouble
Percentage of pixels to process where 0 is 0% and 1.0 is 100%.

Return Value

Type: Histogram
Histogram for the given plane.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf plane has been disposed.
ArgumentOutOfRangeExceptionIf density is out of range.
See Also

Reference