CustomTarget
Description
A CustomTarget
object contains a custom target specification. You
can modify this specification by defining its state transition model and survival model. Use
this object as an input to the multiSensorTargetTracker
function. The state transition model defines the state
convention for trackers initialized with it.
Creation
To create a CustomTarget
object, use the trackerTargetSpec
function with the input argument "custom"
. For example:
spec = trackerTargetSpec("custom")
Properties
Object Functions
hasTrackerInput | Determine whether tracker needs additional input for target specification |
Examples
Version History
Introduced in R2025a
See Also
Functions
multiSensorTargetTracker
|trackerTargetSpec
|trackerSensorSpec
|hasTrackerInput
|targetSurvivalModel
|targetStateTransitionModel