/external/opencv3/modules/calib3d/test/ |
D | test_fundam.cpp | 524 int read_params( CvFileStorage* fs ); 558 int CV_RodriguesTest::read_params( CvFileStorage* fs ) in read_params() function in CV_RodriguesTest 560 int code = cvtest::ArrayTest::read_params( fs ); in read_params() 766 int read_params( CvFileStorage* fs ); 821 int CV_FundamentalMatTest::read_params( CvFileStorage* fs ) in read_params() function in CV_FundamentalMatTest 823 int code = cvtest::ArrayTest::read_params( fs ); in read_params() 1062 int read_params( CvFileStorage* fs ); 1120 int CV_EssentialMatTest::read_params( CvFileStorage* fs ) in read_params() function in CV_EssentialMatTest 1122 int code = cvtest::ArrayTest::read_params( fs ); in read_params() 1425 int read_params( CvFileStorage* fs ); [all …]
|
D | test_cameracalibration.cpp | 57 int read_params( CvFileStorage* fs ); 89 int CV_ProjectPointsTest::read_params( CvFileStorage* fs ) 91 int code = cvtest::ArrayTest::read_params( fs );
|
/external/opencv3/modules/imgproc/test/ |
D | test_templmatch.cpp | 53 int read_params( CvFileStorage* fs ); 79 int CV_TemplMatchTest::read_params( CvFileStorage* fs ) in read_params() function in CV_TemplMatchTest 81 int code = cvtest::ArrayTest::read_params( fs ); in read_params()
|
D | test_contours.cpp | 58 int read_params( CvFileStorage* fs ); 115 int CV_FindContourTest::read_params( CvFileStorage* fs ) in read_params() function in CV_FindContourTest 118 int code = cvtest::BaseTest::read_params( fs ); in read_params()
|
D | test_filter.cpp | 54 int read_params( CvFileStorage* fs ); 80 int CV_FilterBaseTest::read_params( CvFileStorage* fs ) in read_params() function in CV_FilterBaseTest 82 int code = cvtest::ArrayTest::read_params( fs ); in read_params() 1207 int read_params( CvFileStorage* fs ); 1231 int CV_FeatureSelBaseTest::read_params( CvFileStorage* fs ) in read_params() function in CV_FeatureSelBaseTest 1233 int code = cvtest::BaseTest::read_params( fs ); in read_params()
|
D | test_histograms.cpp | 57 int read_params( CvFileStorage* fs ); 119 int CV_BaseHistTest::read_params( CvFileStorage* fs ) in read_params() function in CV_BaseHistTest 121 int code = cvtest::BaseTest::read_params( fs ); in read_params()
|
D | test_imgwarp.cpp | 53 int read_params( CvFileStorage* fs ); 80 int CV_ImgWarpBaseTest::read_params( CvFileStorage* fs ) in read_params() function in CV_ImgWarpBaseTest 82 int code = cvtest::ArrayTest::read_params( fs ); in read_params()
|
D | test_convhull.cpp | 193 int read_params( CvFileStorage* fs ); 251 int CV_BaseShapeDescrTest::read_params( CvFileStorage* fs ) in read_params() function in CV_BaseShapeDescrTest 253 int code = cvtest::BaseTest::read_params( fs ); in read_params()
|
/external/opencv3/modules/ml/test/ |
D | test_precomp.hpp | 48 virtual int read_params( CvFileStorage* fs );
|
D | test_mltests2.cpp | 223 int CV_MLBaseTest::read_params( CvFileStorage* __fs ) in read_params() function in CV_MLBaseTest 252 read_params( *validationFS ); in run()
|
/external/opencv3/modules/ts/src/ |
D | ts_arrtest.cpp | 83 int ArrayTest::read_params( CvFileStorage* fs ) in read_params() function in cvtest::ArrayTest 85 int code = BaseTest::read_params( fs ); in read_params()
|
D | ts.cpp | 190 int BaseTest::read_params( CvFileStorage* ) in read_params() function in cvtest::BaseTest 204 read_params( ts->get_file_storage() ); in safe_run()
|
/external/opencv3/modules/video/test/ |
D | test_camshift.cpp | 56 int read_params( CvFileStorage* fs ); 93 int CV_TrackBaseTest::read_params( CvFileStorage* fs ) in read_params() function in CV_TrackBaseTest 95 int code = cvtest::BaseTest::read_params( fs ); in read_params()
|
/external/opencv3/modules/ts/include/opencv2/ |
D | ts.hpp | 221 virtual int read_params( CvFileStorage* fs ); 448 virtual int read_params( CvFileStorage* fs );
|
/external/opencv3/apps/traincascade/ |
D | old_ml.hpp | 542 virtual void read_params( CvFileStorage* fs, CvFileNode* node ); 677 virtual void read_params( CvFileStorage* fs, CvFileNode* node ); 1181 virtual void read_params( CvFileStorage* fs, CvFileNode* node ); 1753 virtual void read_params( CvFileStorage* fs, CvFileNode* fnode ); 1884 virtual void read_params( CvFileStorage* fs, CvFileNode* node );
|
D | old_ml_boost.cpp | 1918 void CvBoost::read_params( CvFileStorage* fs, CvFileNode* fnode ) in read_params() function in CvBoost 1930 CV_CALL( data->read_params(fs, fnode)); in read_params() 1994 read_params( fs, node ); in read()
|
/external/opencv/ml/include/ |
D | ml.h | 539 virtual void read_params( CvFileStorage* fs, CvFileNode* node ); 762 virtual void read_params( CvFileStorage* fs, CvFileNode* node ); 1125 virtual void read_params( CvFileStorage* fs, CvFileNode* node ); 1230 virtual void read_params( CvFileStorage* fs, CvFileNode* node );
|
/external/opencv3/modules/ml/src/ |
D | em.cpp | 786 void read_params(const FileNode& fn) in read_params() function in cv::ml::EMImpl 800 read_params(fn["training_params"]); in read()
|
D | gbt.cpp | 1036 void CvGBTrees::read_params( CvFileStorage* fs, CvFileNode* fnode ) 1048 CV_CALL( data->read_params(fs, fnode)); 1156 read_params( fs, node );
|
D | ann_mlp.cpp | 1179 void read_params( const FileNode& fn ) in read_params() function in cv::ml::ANN_MLPImpl 1256 read_params(fn); in read()
|
D | svm.cpp | 2082 void read_params( const FileNode& fn ) in read_params() function in cv::ml::SVMImpl 2144 read_params( fn ); in read()
|
/external/opencv/ml/src/ |
D | mlboost.cpp | 1480 void CvBoost::read_params( CvFileStorage* fs, CvFileNode* fnode ) in read_params() function in CvBoost 1492 CV_CALL( data->read_params(fs, fnode)); in read_params() 1556 read_params( fs, node ); in read()
|
D | mlrtrees.cpp | 649 data->read_params( fs, fnode ); in read()
|
D | mlann_mlp.cpp | 1400 void CvANN_MLP::read_params( CvFileStorage* fs, CvFileNode* node ) in read_params() function in CvANN_MLP 1480 CV_CALL( read_params( fs, node )); in read()
|
/external/opencv3/modules/core/test/ |
D | test_ds.cpp | 328 int read_params( CvFileStorage* fs ); 386 int Core_DynStructBaseTest::read_params( CvFileStorage* fs ) in read_params() function in Core_DynStructBaseTest 388 int code = cvtest::BaseTest::read_params( fs ); in read_params()
|