Classes | Namespaces | Functions
include/opencv2/flann/random.h File Reference

Go to the source code of this file.

Classes

class  cvflann::UniqueRandom

Namespaces

namespace  cvflann

Functions

CV_EXPORTS void cvflann::seed_random (unsigned int seed)
CV_EXPORTS double cvflann::rand_double (double high=1.0, double low=0)
CV_EXPORTS int cvflann::rand_int (int high=RAND_MAX, int low=0)