type

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

NameTypeDescription
fieldstrDetection field whose tensor seeds the new tracklets.
scalefloatMultiplier applied to the field.

Members

method

property

Source: unitrack/states/identity.py:260