Click or drag to resize
Accord.NET (logo)

HaarClassifierCompute Method

Detects the presence of an object in a given window.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public bool Compute(
	IntegralImage2 image,
	Rectangle rectangle
)
Request Example View Source

Parameters

image
Type: Accord.ImagingIntegralImage2
rectangle
Type: System.DrawingRectangle

Return Value

Type: Boolean
See Also