Home
last modified time | relevance | path

Searched refs:update_context (Results 1 – 17 of 17) sorted by relevance

/external/opencv3/modules/video/test/
Dtest_ecc.cpp132 ts->update_context( this, k, true ); in testTranslation()
205 ts->update_context( this, k, true ); in testEuclidean()
279 ts->update_context( this, k, true ); in testAffine()
355 ts->update_context( this, k, true ); in testHomography()
432 ts->update_context( this, k, true ); in testMask()
Dtest_estimaterigid.cpp92 ts->update_context( this, k, true ); in testNPoints()
/external/opencv3/modules/ts/src/
Dts.cpp205 ts->update_context( 0, -1, true ); in safe_run()
206 ts->update_context( this, -1, true ); in safe_run()
267 ts->update_context( this, test_case_idx, ff ); in run()
523 void TS::update_context( BaseTest* test, int test_case_idx, bool update_ts_context ) in update_context() function in cvtest::TS
/external/opencv3/modules/calib3d/test/
Dtest_decompose_projection.cpp70 ts->update_context(this, iter, true); in run()
Dtest_chesscorners_timing.cpp105 ts->update_context( this, idx-1, true ); in run()
Dtest_posit.cpp122 ts->update_context( this, counter, true ); in run()
Dtest_chesscorners.cpp217 ts->update_context( this, idx, true ); in run_batch()
Dtest_cameracalibration.cpp360 ts->update_context( this, currTest, true ); in run()
/external/opencv3/modules/imgproc/test/
Dtest_approxpoly.cpp300 ts->update_context( this, i, false ); in run()
Dtest_imgwarp_strict.cpp232 ts->update_context(this, i, true); in run()
Dtest_convhull.cpp1863 ts->update_context( this, i, true ); in run()
/external/opencv3/modules/core/test/
Dtest_rand.cpp104 ts->update_context( this, idx, false ); in run()
Dtest_io.cpp100 ts->update_context( this, idx, false ); in run()
Dtest_operations.cpp1171 ts->update_context(this, iter, true); in run()
Dtest_arithm.cpp1443 ts->update_context(this, iter, true); in run()
Dtest_math.cpp2655 ts->update_context(this, iter, true); in run()
/external/opencv3/modules/ts/include/opencv2/
Dts.hpp324 virtual void update_context( BaseTest* test, int test_case_idx, bool update_ts_context );