Click or drag to resize
Accord.NET (logo)

IObjectDetectorProcessFrame Method

Process a new image scene looking for objects.

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

Parameters

image
Type: Accord.ImagingUnmanagedImage

Return Value

Type: Rectangle
See Also