Click or drag to resize
Accord.NET (logo)

HaarObjectDetectorProcessFrame Method (Bitmap)

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(
	Bitmap frame
)
Request Example View Source

Parameters

frame
Type: System.DrawingBitmap

Return Value

Type: Rectangle
See Also