Home
last modified time | relevance | path

Searched refs:DefaultRngAuto (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/ts/include/opencv2/
Dts.hpp526 struct CV_EXPORTS DefaultRngAuto struct
530 DefaultRngAuto() : old_state(cv::theRNG().state) { cv::theRNG().state = (uint64)-1; } in DefaultRngAuto() function
531 ~DefaultRngAuto() { cv::theRNG().state = old_state; } in ~DefaultRngAuto() argument
533 DefaultRngAuto& operator=(const DefaultRngAuto&);
/external/opencv3/modules/video/test/
Dtest_estimaterigid.cpp170 cvtest::DefaultRngAuto dra; in run()
/external/opencv3/modules/imgproc/test/
Dtest_grabcut.cpp77 cvtest::DefaultRngAuto defRng; in run()
/external/opencv3/modules/calib3d/test/
Dtest_affine3d_estimator.cpp186 cvtest::DefaultRngAuto dra; in run()