NonUniformPoissonModel
Description
A NonUniformPoissonModel object contains a birth model that assumes new
      targets follow a Poisson distribution with a nonuniform birth density. A Poisson distribution
      of birth is a common assumption in many multi-object tracking algorithms. In this model, you
      can specify the birth density as a function of measurement, which enables the defining of
      regions in the measurement space where targets are more likely to appear for the first time.
      You can use this model to define the birth model for a CustomSensor
      object.
Creation
To create a NonUniformPoissonModel object, use the sensorBirthModel
      function with the "nonuniform-poisson" input argument. For example:
birthModel = sensorBirthModel("nonuniform-poisson")Properties
Version History
Introduced in R2025a