Searched refs:test_excep (Results 1 – 2 of 2) sorted by relevance
64 struct test_excep struct in CV_OperationsTest66 test_excep(const string& _s=string("")) : s(_s) { } in test_excep() function86 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 …]
562 struct test_excep struct in cvtest::ocl::CV_UMatTest564 test_excep(const string& _s=string("")) : s(_s) { } in test_excep() argument573 throw test_excep(s); in checkDiff()578 throw test_excep(s); in checkDiffF()680 catch (const test_excep& e) in TestUMat()