HomeSort by relevance Sort by last modified time
    Searched refs:DefaultRngAuto (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 526 struct CV_EXPORTS DefaultRngAuto
530 DefaultRngAuto() : old_state(cv::theRNG().state) { cv::theRNG().state = (uint64)-1; }
531 ~DefaultRngAuto() { cv::theRNG().state = old_state; }
533 DefaultRngAuto& operator=(const DefaultRngAuto&);
  /external/opencv3/modules/calib3d/test/
test_affine3d_estimator.cpp 186 cvtest::DefaultRngAuto dra;
  /external/opencv3/modules/imgproc/test/
test_grabcut.cpp 77 cvtest::DefaultRngAuto defRng;
  /external/opencv3/modules/video/test/
test_estimaterigid.cpp 170 cvtest::DefaultRngAuto dra;

Completed in 5376 milliseconds