Home
last modified time | relevance | path

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

/external/opencv3/modules/core/test/
Dtest_operations.cpp64 struct test_excep struct in CV_OperationsTest
66 test_excep(const string& _s=string("")) : s(_s) { } in test_excep() function
86 if (cvtest::norm(m1, m2, NORM_INF) != 0) throw test_excep(s); in checkDiff()
90 if (cvtest::norm(m1, m2, NORM_INF) > 1e-5) throw test_excep(s); in checkDiffF()
428 catch (const test_excep& e) in TestMat()
456 catch (const test_excep& e) in SomeMatFunctions()
493 catch (const test_excep& e) in TestSubMatAccess()
657 if (sum != 0) throw test_excep(); in TestTemplateMat()
663 if (Mat_<Point2f>(1, 1).elemSize1() != sizeof(float)) throw test_excep(); in TestTemplateMat()
664 if (Mat_<Point2f>(1, 1).elemSize() != 2 * sizeof(float)) throw test_excep(); in TestTemplateMat()
[all …]
Dtest_umat.cpp562 struct test_excep struct in cvtest::ocl::CV_UMatTest
564 test_excep(const string& _s=string("")) : s(_s) { } in test_excep() argument
573 throw test_excep(s); in checkDiff()
578 throw test_excep(s); in checkDiffF()
680 catch (const test_excep& e) in TestUMat()