|
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
)
Public Function GetSum (
image As IntegralImage2,
x As Integer,
y As Integer
) As Double
Request Example
View SourceParameters
- image
- Type: Accord.ImagingIntegralImage2
- x
- Type: SystemInt32
- y
- Type: SystemInt32
Return Value
Type:
DoubleSee Also