scene_synthesizer.utils.PositionIteratorGaussian
- class scene_synthesizer.utils.PositionIteratorGaussian(params, seed=None)
Gaussian 2D position sampler
- Parameters:
params (list, np.ndarray) – 2D mean and 2D std of gaussian as a single 4D vector.
seed (int, numpy.random._generator.Generator, optional) – A seed or random number generator. Defaults to None which creates a new default random number generator.
- update(*args, **kwargs)