|
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
)
Public Function Clone (
Optional excludeImage As Boolean = true
) As TrackingObject
Request Example
View SourceParameters
- 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