Lines Matching refs:TS

41         ts->printf( cvtest::TS::LOG, "detect() on empty image must not generate exception (1).\n" );  in emptyDataTest()
42 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in emptyDataTest()
47 …ts->printf( cvtest::TS::LOG, "detect() on empty image must return empty keypoints vector (1).\n" ); in emptyDataTest()
48 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in emptyDataTest()
61 …ts->printf( cvtest::TS::LOG, "detect() on empty image vector must not generate exception (2).\n" ); in emptyDataTest()
62 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in emptyDataTest()
90 … ts->printf( cvtest::TS::LOG, "Bad keypoints count ratio (validCount = %d, calcCount = %d).\n", in compareKeypointSets()
92 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in compareKeypointSets()
118 ts->printf( cvtest::TS::LOG, "badPointCount = %d; validPointCount = %d; calcPointCount = %d\n", in compareKeypointSets()
122 ts->printf( cvtest::TS::LOG, " - Bad accuracy!\n" ); in compareKeypointSets()
123 ts->set_failed_test_info( cvtest::TS::FAIL_BAD_ACCURACY ); in compareKeypointSets()
126 ts->printf( cvtest::TS::LOG, " - OK\n" ); in compareKeypointSets()
139 ts->printf( cvtest::TS::LOG, "Image %s can not be read.\n", imgFilename.c_str() ); in regressionTest()
140 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_TEST_DATA ); in regressionTest()
159 ts->printf( cvtest::TS::LOG, "Keypoints can not be read.\n" ); in regressionTest()
160 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_TEST_DATA ); in regressionTest()
171 … ts->printf( cvtest::TS::LOG, "File %s can not be opened to write.\n", resFilename.c_str() ); in regressionTest()
172 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_TEST_DATA ); in regressionTest()
190 ts->printf( cvtest::TS::LOG, "Feature detector is empty.\n" ); in run()
191 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_TEST_DATA ); in run()
198 ts->set_failed_test_info( cvtest::TS::OK ); in run()