NormL2 Method (ImagePlane, ValueNormalization, Rect)

CVB.Net Documentation
Calculate and return the L2 norm (euclidean norm) over the pixels inside the plane.

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

public static double L2(
	ImagePlane plane,
	ValueNormalization normalize,
	Rect aoi
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Plane to calculate the norm on.
normalize
Type: Stemmer.Cvb.FoundationValueNormalization
Normalize results to [0...1] or not.
aoi
Type: Stemmer.CvbRect
Area to calculate the norm in.

Return Value

Type: Double
The calculated norm.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf plane has been disposed.
See Also

Reference