Home
last modified time | relevance | path

Searched defs:RNG (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Doperations.hpp333 inline RNG::RNG() { state = 0xffffffff; } in RNG() function in cv::RNG
334 inline RNG::RNG(uint64 _state) { state = _state ? _state : 0xffffffff; } in RNG() function in cv::RNG
Dbase.hpp604 class CV_EXPORTS RNG; variable
/external/opencv3/samples/cpp/tutorial_code/core/Matrix/
DDrawing_2.cpp306 int Displaying_Big_End( Mat image, char* window_name, RNG ) in Displaying_Big_End() argument
/external/opencv3/modules/core/include/opencv2/
Dcore.hpp2601 class CV_EXPORTS RNG class