Question

I have a known probability density for a continuous random variable. How do I generate points that follow this probability density using OpenCV in C++? i.e I want to do what the RNG::uniform does, but for an arbitrary probability distribution. Thanks in advance.

Était-ce utile?

La solution

As I know, OpenCV has no functions for your task, but using RNG::uniform you can generate samples as you want, take a look at this paper: paper.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top