Вопрос

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.

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top