/external/opencv3/modules/video/test/ |
test_ecc.cpp | 132 ts->update_context( this, k, true ); 205 ts->update_context( this, k, true ); 279 ts->update_context( this, k, true ); 355 ts->update_context( this, k, true ); 432 ts->update_context( this, k, true );
|
test_estimaterigid.cpp | 92 ts->update_context( this, k, true );
|
/external/opencv3/modules/calib3d/test/ |
test_decompose_projection.cpp | 70 ts->update_context(this, iter, true);
|
test_chesscorners_timing.cpp | 105 ts->update_context( this, idx-1, true );
|
test_posit.cpp | 122 ts->update_context( this, counter, true );
|
test_chesscorners.cpp | 217 ts->update_context( this, idx, true );
|
test_cameracalibration.cpp | 360 ts->update_context( this, currTest, true ); [all...] |
/external/opencv3/modules/ts/src/ |
ts.cpp | 205 ts->update_context( 0, -1, true ); 206 ts->update_context( this, -1, true ); 267 ts->update_context( this, test_case_idx, ff ); 523 void TS::update_context( BaseTest* test, int test_case_idx, bool update_ts_context ) function in class:cvtest::TS
|
/external/opencv3/modules/imgproc/test/ |
test_approxpoly.cpp | 300 ts->update_context( this, i, false );
|
test_imgwarp_strict.cpp | 232 ts->update_context(this, i, true); [all...] |
test_convhull.cpp | [all...] |
/external/opencv3/modules/core/test/ |
test_rand.cpp | 104 ts->update_context( this, idx, false );
|
test_io.cpp | 100 ts->update_context( this, idx, false );
|
test_operations.cpp | [all...] |
test_arithm.cpp | [all...] |
test_math.cpp | [all...] |
/external/opencv3/modules/ts/include/opencv2/ |
ts.hpp | 324 virtual void update_context( BaseTest* test, int test_case_idx, bool update_ts_context );
|