Accord.Vision.Tracking.TrackingObject.ICloneable C# (CSharp) Method

ICloneable() private method

Creates a new object that is a copy of the current instance.
private ICloneable ( ) : object
return object
        object ICloneable.Clone()
        {
            return Clone();
        }