Click or drag to resize
Accord.NET (logo)

HslBlobTrackerProcessFrame Method

Process a new video frame.

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public void ProcessFrame(
	UnmanagedImage frame
)
Request Example View Source

Parameters

frame
Type: Accord.ImagingUnmanagedImage

Implements

IObjectTrackerProcessFrame(UnmanagedImage)
See Also