/external/opencv3/modules/ts/src/ |
D | ts_arrtest.cpp | 51 ArrayTest::ArrayTest() in ArrayTest() function in cvtest::ArrayTest 66 ArrayTest::~ArrayTest() in ~ArrayTest() 72 void ArrayTest::clear() in clear() 83 int ArrayTest::read_params( CvFileStorage* fs ) in read_params() 102 void ArrayTest::get_test_array_types_and_sizes( int /*test_case_idx*/, vector<vector<Size> >& sizes… in get_test_array_types_and_sizes() 133 int ArrayTest::prepare_test_case( int test_case_idx ) in prepare_test_case() 228 void ArrayTest::get_minmax_bounds( int i, int /*j*/, int type, Scalar& low, Scalar& high ) in get_minmax_bounds() 254 void ArrayTest::fill_array( int /*test_case_idx*/, int i, int j, Mat& arr ) in fill_array() 268 double ArrayTest::get_success_error_level( int /*test_case_idx*/, int i, int j ) in get_success_error_level() 276 void ArrayTest::prepare_to_validation( int /*test_case_idx*/ ) in prepare_to_validation() [all …]
|
/external/opencv3/modules/imgproc/test/ |
D | test_moments.cpp | 54 class CV_MomentsTest : public cvtest::ArrayTest 88 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high ); in get_minmax_bounds() 112 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes() 158 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case() 330 class CV_HuMomentsTest : public cvtest::ArrayTest 358 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high ); in get_minmax_bounds() 367 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes() 383 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case()
|
D | test_distancetransform.cpp | 47 class CV_DisTransTest : public cvtest::ArrayTest 84 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes() 119 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high ); in get_minmax_bounds() 129 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case()
|
D | test_templmatch.cpp | 47 class CV_TemplMatchTest : public cvtest::ArrayTest 81 int code = cvtest::ArrayTest::read_params( fs ); in read_params() 94 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high ); in get_minmax_bounds() 109 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes()
|
D | test_canny.cpp | 47 class CV_CannyTest : public cvtest::ArrayTest 88 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes() 107 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case()
|
D | test_pc.cpp | 52 class CV_PhaseCorrelatorTest : public cvtest::ArrayTest
|
D | test_filter.cpp | 47 class CV_FilterBaseTest : public cvtest::ArrayTest 82 int code = cvtest::ArrayTest::read_params( fs ); in read_params() 95 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high ); in get_minmax_bounds() 134 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes() 155 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case() 1201 class CV_FeatureSelBaseTest : public cvtest::ArrayTest 1255 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high ); in get_minmax_bounds() 1268 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes() 1562 class CV_IntegralTest : public cvtest::ArrayTest 1593 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high ); in get_minmax_bounds() [all …]
|
D | test_thresh.cpp | 47 class CV_ThreshTest : public cvtest::ArrayTest 79 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes()
|
D | test_imgwarp.cpp | 47 class CV_ImgWarpBaseTest : public cvtest::ArrayTest 82 int code = cvtest::ArrayTest::read_params( fs ); in read_params() 89 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high ); in get_minmax_bounds() 104 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes() 119 cvtest::ArrayTest::fill_array( test_case_idx, i, j, arr ); in fill_array() 124 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case() 967 class CV_UndistortMapTest : public cvtest::ArrayTest 1001 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes() 1022 cvtest::ArrayTest::fill_array( test_case_idx, i, j, arr ); in fill_array() 1046 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case()
|
D | test_floodfill.cpp | 47 class CV_FloodFillTest : public cvtest::ArrayTest 98 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes() 159 cvtest::ArrayTest::fill_array( test_case_idx, i, j, arr ); in fill_array()
|
D | test_boundingrect.cpp | 53 class CV_BoundingRectTest: public cvtest::ArrayTest
|
D | test_intersection.cpp | 53 class CV_RotatedRectangleIntersectionTest: public cvtest::ArrayTest
|
D | test_color.cpp | 49 class CV_ColorCvtBaseTest : public cvtest::ArrayTest 109 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high ); in get_minmax_bounds() 124 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes() 154 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case()
|
/external/opencv3/modules/calib3d/test/ |
D | test_modelest.cpp | 83 class CV_ModelEstimator2_Test : public cvtest::ArrayTest 133 cvtest::ArrayTest::fill_array( test_case_idx, i, j, arr ); 144 ArrayTest::fill_array(test_case_idx, i, j, arr); 181 ArrayTest::fill_array(test_case_idx, i, j, arr);
|
D | test_fundam.cpp | 518 class CV_RodriguesTest : public cvtest::ArrayTest 560 int code = cvtest::ArrayTest::read_params( fs ); in read_params() 649 cvtest::ArrayTest::fill_array( test_case_idx, i, j, arr ); in fill_array() 655 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case() 760 class CV_FundamentalMatTest : public cvtest::ArrayTest 823 int code = cvtest::ArrayTest::read_params( fs ); in read_params() 904 cvtest::ArrayTest::fill_array( test_case_idx, i, j, arr ); in fill_array() 954 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case() 1056 class CV_EssentialMatTest : public cvtest::ArrayTest 1122 int code = cvtest::ArrayTest::read_params( fs ); in read_params() [all …]
|
D | test_undistort.cpp | 49 class CV_DefaultNewCameraMatrixTest : public cvtest::ArrayTest 85 cvtest::ArrayTest::get_test_array_types_and_sizes(test_case_idx,sizes,types); in get_test_array_types_and_sizes() 93 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case() 161 class CV_UndistortPointsTest : public cvtest::ArrayTest 213 cvtest::ArrayTest::get_test_array_types_and_sizes(test_case_idx,sizes,types); in get_test_array_types_and_sizes() 261 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case() 571 class CV_InitUndistortRectifyMapTest : public cvtest::ArrayTest 623 cvtest::ArrayTest::get_test_array_types_and_sizes(test_case_idx,sizes,types); in get_test_array_types_and_sizes() 666 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx ); in prepare_test_case()
|
D | test_cameracalibration.cpp | 51 class CV_ProjectPointsTest : public cvtest::ArrayTest 70 : cvtest::ArrayTest( "3d-ProjectPoints", "cvProjectPoints2", "" ) 91 int code = cvtest::ArrayTest::read_params( fs ); 180 int code = cvtest::ArrayTest::prepare_test_case( test_case_idx );
|
D | test_homography.cpp | 73 class CV_HomographyTest: public cvtest::ArrayTest
|
/external/opencv3/modules/video/test/ |
D | test_accum.cpp | 48 class CV_AccumBaseTest : public cvtest::ArrayTest 78 cvtest::ArrayTest::get_test_array_types_and_sizes( test_case_idx, sizes, types ); in get_test_array_types_and_sizes()
|
/external/opencv3/modules/ts/include/opencv2/ |
D | ts.hpp | 437 class CV_EXPORTS ArrayTest : public BaseTest class 441 ArrayTest(); 442 virtual ~ArrayTest();
|
/external/opencv3/modules/core/test/ |
D | test_dxt.cpp | 494 class CxCore_DXTBaseTest : public cvtest::ArrayTest 497 typedef cvtest::ArrayTest Base;
|
D | test_math.cpp | 20 class Core_MathTest : public cvtest::ArrayTest 23 typedef cvtest::ArrayTest Base; 356 class Core_MatrixTest : public cvtest::ArrayTest 359 typedef cvtest::ArrayTest Base;
|