Home
last modified time | relevance | path

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

/external/opencv3/modules/core/test/
Dtest_rand.cpp6 class Core_RandTest : public cvtest::BaseTest class
9 Core_RandTest();
17 Core_RandTest::Core_RandTest() in Core_RandTest() function in Core_RandTest
36 bool Core_RandTest::check_pdf(const Mat& hist, double scale, in check_pdf()
85 void Core_RandTest::run( int ) in run()
305 TEST(Core_Rand, quality) { Core_RandTest test; test.safe_run(); } in TEST()