tunableFilterProperties
Definition of tunable properties of filter
Description
The tunableFilterProperties
object defines the tunable properties of a
tracking filter object. To specify the properties to tune and how to tune them, use the
setPropertyTunability
object function. To tune the filter, create a trackingFilterTuner
object and use the tune
object
function.
Creation
Create a tunableFilterProperties
object by using the tunableProperties
object function of a tunable tracking filter. As of R2022b, the tunable tracking filters
are:
Object Functions
setPropertyTunability | Modify property tunability |
Examples
Version History
Introduced in R2022b
See Also
tunableProperties
| setTunedProperties
| trackingFilterTuner