Click or drag to resize
Accord.NET (logo)

TrackingObjectClone Method

Creates a new object that is a copy of the current instance.

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public TrackingObject Clone(
	bool excludeImage = true
)
Request Example View Source

Parameters

excludeImage (Optional)
Type: SystemBoolean
Pass true to not include the Image in the copy object.

Return Value

Type: TrackingObject
A new object that is a copy of this instance.
See Also