Searched refs:update_context (Results 1 – 17 of 17) sorted by relevance
/external/opencv3/modules/video/test/ |
D | test_ecc.cpp | 132 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()
|
D | test_estimaterigid.cpp | 92 ts->update_context( this, k, true ); in testNPoints()
|
/external/opencv3/modules/ts/src/ |
D | ts.cpp | 205 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/ |
D | test_decompose_projection.cpp | 70 ts->update_context(this, iter, true); in run()
|
D | test_chesscorners_timing.cpp | 105 ts->update_context( this, idx-1, true ); in run()
|
D | test_posit.cpp | 122 ts->update_context( this, counter, true ); in run()
|
D | test_chesscorners.cpp | 217 ts->update_context( this, idx, true ); in run_batch()
|
D | test_cameracalibration.cpp | 360 ts->update_context( this, currTest, true ); in run()
|
/external/opencv3/modules/imgproc/test/ |
D | test_approxpoly.cpp | 300 ts->update_context( this, i, false ); in run()
|
D | test_imgwarp_strict.cpp | 232 ts->update_context(this, i, true); in run()
|
D | test_convhull.cpp | 1863 ts->update_context( this, i, true ); in run()
|
/external/opencv3/modules/core/test/ |
D | test_rand.cpp | 104 ts->update_context( this, idx, false ); in run()
|
D | test_io.cpp | 100 ts->update_context( this, idx, false ); in run()
|
D | test_operations.cpp | 1171 ts->update_context(this, iter, true); in run()
|
D | test_arithm.cpp | 1443 ts->update_context(this, iter, true); in run()
|
D | test_math.cpp | 2655 ts->update_context(this, iter, true); in run()
|
/external/opencv3/modules/ts/include/opencv2/ |
D | ts.hpp | 324 virtual void update_context( BaseTest* test, int test_case_idx, bool update_ts_context );
|