Click or drag to resize
Accord.NET (logo)

HaarObjectDetectorProcessFrame Method (UnmanagedImage)

Performs object detection on the given frame.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public Rectangle[] ProcessFrame(
	UnmanagedImage image
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage

Return Value

Type: Rectangle

Implements

IObjectDetectorProcessFrame(UnmanagedImage)
See Also