Click or drag to resize
Accord.NET (logo)

HaarFeatureGetSum Method

Gets the sum of the areas of the rectangular features in an integral image.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public double GetSum(
	IntegralImage2 image,
	int x,
	int y
)
Request Example View Source

Parameters

image
Type: Accord.ImagingIntegralImage2
x
Type: SystemInt32
y
Type: SystemInt32

Return Value

Type: Double
See Also