문제

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