Click or drag to resize
Accord.NET (logo)

CamshiftExtract Property

Gets or sets a value indicating whether the tracker should extract the object image from the source. The extracted image will be available in Image.

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public bool Extract { get; set; }
Request Example View Source

Property Value

Type: Boolean

Implements

IObjectTrackerExtract
See Also