states.ScaledFromDetectionField
class ScaledFromDetectionField::class:`Initializer` copying a detection field scaled by a constant.
Used to seed an information-vector field ``y = z / init_var`` from a
measurement ``z``.
Parameters
| Name | Type | Description |
|---|---|---|
| field | str | Detection field whose tensor seeds the new tracklets. |
| scale | float | Multiplier applied to the field. |
Members
Source: unitrack/states/identity.py:260