Click or drag to resize

MultiTrackerGetObjects Method

http://www.emgu.com
Returns the tracked objects, each object corresponds to one tracker algorithm.

Namespace:  Emgu.CV.Tracking
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Rectangle[] GetObjects()

Return Value

Type: Rectangle
The tracked objects, each object corresponds to one tracker algorithm.
See Also