UniformPoissonModel
Description
A UniformPoissonModel
object contains a birth model that assumes new
targets follow a Poisson distribution with a uniform birth density. A Poisson distribution of
birth is a common assumption in many multi-object tracking algorithms. In this model, the
appearance of new targets is uniformly distributed across the sensor's entire measurement
space. You can use this model to define the birth model for a CustomSensor
object.
Creation
To create a UniformPoissonModel
object, use the sensorBirthModel
function with the "uniform-poisson"
input argument. For example:
birthModel = sensorBirthModel("uniform-poisson")
Properties
Version History
Introduced in R2025a