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

  /external/opencv3/modules/core/test/
test_operations.cpp 64 struct test_excep struct in class:CV_OperationsTest
66 test_excep(const string& _s=string("")) : s(_s) { } function in struct:CV_OperationsTest::test_excep
86 if (cvtest::norm(m1, m2, NORM_INF) != 0) throw test_excep(s);
90 if (cvtest::norm(m1, m2, NORM_INF) > 1e-5) throw test_excep(s);
428 catch (const test_excep& e)
456 catch (const test_excep& e)
493 catch (const test_excep& e)
657 if (sum != 0) throw test_excep();
663 if (Mat_<Point2f>(1, 1).elemSize1() != sizeof(float)) throw test_excep();
664 if (Mat_<Point2f>(1, 1).elemSize() != 2 * sizeof(float)) throw test_excep();
    [all...]
test_umat.cpp 562 struct test_excep struct in class:cvtest::ocl::CV_UMatTest
564 test_excep(const string& _s=string("")) : s(_s) { } function in struct:cvtest::ocl::CV_UMatTest::test_excep
573 throw test_excep(s);
578 throw test_excep(s);
680 catch (const test_excep& e)

Completed in 207 milliseconds