Lines Matching refs:TS

144 …  ts->printf( cvtest::TS::LOG, "match() on empty descriptors must not generate exception (1).\n" );  in emptyDataTest()
145 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in emptyDataTest()
155 …ts->printf( cvtest::TS::LOG, "knnMatch() on empty descriptors must not generate exception (1).\n" … in emptyDataTest()
156 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in emptyDataTest()
166 …ts->printf( cvtest::TS::LOG, "radiusMatch() on empty descriptors must not generate exception (1).\… in emptyDataTest()
167 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in emptyDataTest()
177 ts->printf( cvtest::TS::LOG, "add() on empty descriptors must not generate exception.\n" ); in emptyDataTest()
178 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in emptyDataTest()
188 … ts->printf( cvtest::TS::LOG, "match() on empty descriptors must not generate exception (2).\n" ); in emptyDataTest()
189 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in emptyDataTest()
199 …ts->printf( cvtest::TS::LOG, "knnMatch() on empty descriptors must not generate exception (2).\n" … in emptyDataTest()
200 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in emptyDataTest()
210 …ts->printf( cvtest::TS::LOG, "radiusMatch() on empty descriptors must not generate exception (2).\… in emptyDataTest()
211 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in emptyDataTest()
250 ts->printf( cvtest::TS::LOG, "Incorrect matches count while test match() function (1).\n" ); in matchTest()
251 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in matchTest()
265 … ts->printf( cvtest::TS::LOG, "%f - too large bad matches part while test match() function (1).\n", in matchTest()
267 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in matchTest()
279 …ts->printf( cvtest::TS::LOG, "Incorrect matches count while test match() function for the same que… in matchTest()
280 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in matchTest()
290 cvtest::TS::LOG, in matchTest()
293 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in matchTest()
316 ts->printf( cvtest::TS::LOG, "Incorrect matches count while test match() function (2).\n" ); in matchTest()
317 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in matchTest()
333 … ts->printf( cvtest::TS::LOG, "%f - too large bad matches part while test match() function (2).\n", in matchTest()
335 ts->set_failed_test_info( cvtest::TS::FAIL_BAD_ACCURACY ); in matchTest()
354 … ts->printf( cvtest::TS::LOG, "Incorrect matches count while test knnMatch() function (1).\n" ); in knnMatchTest()
355 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in knnMatchTest()
382 …ts->printf( cvtest::TS::LOG, "%f - too large bad matches part while test knnMatch() function (1).\… in knnMatchTest()
384 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in knnMatchTest()
409 … ts->printf( cvtest::TS::LOG, "Incorrect matches count while test knnMatch() function (2).\n" ); in knnMatchTest()
410 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in knnMatchTest()
448 …ts->printf( cvtest::TS::LOG, "%f - too large bad matches part while test knnMatch() function (2).\… in knnMatchTest()
450 ts->set_failed_test_info( cvtest::TS::FAIL_BAD_ACCURACY ); in knnMatchTest()
467 … ts->printf( cvtest::TS::LOG, "Incorrect matches count while test radiusMatch() function (1).\n" ); in radiusMatchTest()
468 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in radiusMatchTest()
491 …ts->printf( cvtest::TS::LOG, "%f - too large bad matches part while test radiusMatch() function (1… in radiusMatchTest()
493 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in radiusMatchTest()
515 … ts->printf( cvtest::TS::LOG, "Incorrect matches count while test radiusMatch() function (1).\n" ); in radiusMatchTest()
516 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in radiusMatchTest()
553 …ts->printf( cvtest::TS::LOG, "%f - too large bad matches part while test radiusMatch() function (2… in radiusMatchTest()
555 ts->set_failed_test_info( cvtest::TS::FAIL_BAD_ACCURACY ); in radiusMatchTest()