type

states.EyeInitializer

class EyeInitializer:

:class:`Initializer` that emits a per-tracklet scaled identity matrix.

Used to initialise Kalman covariances. Each new tracklet receives ``scale * I_dim``.

Parameters

NameTypeDescription
dimintSide length of the identity matrix.
scale = 1.0floatMultiplier applied to ``I_dim``. Default ``1.0``.

Members

method

property

Source: unitrack/states/identity.py:129