MIRA
|
Random distribution for drawing samples from normal distributions. More...
#include <math/Math.h>
#include <math/Eigen.h>
#include <utils/PParam.h>
#include <math/RandomGenerator.h>
#include <boost/random/uniform_01.hpp>
Go to the source code of this file.
Classes | |
class | NormalRandomDistribution< D, T > |
Random distribution for drawing samples from univariate or multivariate normal distributions. More... | |
class | NormalRandomDistribution< 1, T > |
class | NormalRandomGenerator< D, T > |
Random generator for drawing samples from univariate or multivariate normal distributions. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Random distribution for drawing samples from normal distributions.