Main Content

clone

Create duplicate tracking filter

Since R2021a

Description

filterClone = clone(filter) creates a copy of a tracking filter that has the same property values as the original filter.

Input Arguments

collapse all

Filter for object tracking, specified as one of these objects:

Output Arguments

collapse all

Cloned filter, returned as a tracking filter object of the same type as filter. The cloned filter has the same properties as the original filter.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.

Version History

Introduced in R2021a