#include <algorithm>#include <cstdlib>#include <cassert>

Go to the source code of this file.
Classes | |
| class | cvflann::UniqueRandom |
Namespaces | |
| namespace | cvflann |
Functions | |
| 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) |
| CV_EXPORTS void | cvflann::seed_random (unsigned int seed) |