CV_ROW_SAMPLE 73 apps/traincascade/old_ml.hpp #define CV_IS_ROW_SAMPLE(flags) ((flags) & CV_ROW_SAMPLE) CV_ROW_SAMPLE 1113 apps/traincascade/old_ml_boost.cpp CV_CALL( result = train( values, CV_ROW_SAMPLE, response, var_idx, CV_ROW_SAMPLE 789 apps/traincascade/old_ml_inner_functions.cpp tflag == CV_ROW_SAMPLE ? train_data->cols : train_data->rows; CV_ROW_SAMPLE 791 apps/traincascade/old_ml_inner_functions.cpp tflag == CV_ROW_SAMPLE ? train_data->rows : train_data->cols; CV_ROW_SAMPLE 799 apps/traincascade/old_ml_inner_functions.cpp copy_data = tflag != CV_ROW_SAMPLE || var_idx || always_copy_data; CV_ROW_SAMPLE 817 apps/traincascade/old_ml_inner_functions.cpp if( tflag != CV_ROW_SAMPLE ) CV_ROW_SAMPLE 867 apps/traincascade/old_ml_inner_functions.cpp if( tflag != CV_ROW_SAMPLE && tflag != CV_COL_SAMPLE ) CV_ROW_SAMPLE 872 apps/traincascade/old_ml_inner_functions.cpp *var_all = tflag == CV_ROW_SAMPLE ? train_data->cols : train_data->rows; CV_ROW_SAMPLE 875 apps/traincascade/old_ml_inner_functions.cpp *sample_all = tflag == CV_ROW_SAMPLE ? train_data->rows : train_data->cols; CV_ROW_SAMPLE 66 apps/traincascade/old_ml_precomp.hpp (( tflag == CV_ROW_SAMPLE ) \ CV_ROW_SAMPLE 225 apps/traincascade/old_ml_tree.cpp if( _tflag == CV_ROW_SAMPLE ) CV_ROW_SAMPLE 1204 apps/traincascade/old_ml_tree.cpp if( tflag == CV_ROW_SAMPLE ) CV_ROW_SAMPLE 1622 apps/traincascade/old_ml_tree.cpp CV_CALL( result = train( values, CV_ROW_SAMPLE, response, var_idx, CV_ROW_SAMPLE 158 modules/ml/src/gbt.cpp result = train ( _data->get_values(), CV_ROW_SAMPLE, CV_ROW_SAMPLE 188 modules/ml/src/gbt.cpp if (_tflag != CV_ROW_SAMPLE) CV_ROW_SAMPLE 372 modules/ml/src/gbt.cpp if (_tflag == CV_ROW_SAMPLE) CV_ROW_SAMPLE 379 modules/ml/src/gbt.cpp if (_tflag == CV_ROW_SAMPLE) CV_ROW_SAMPLE 540 modules/ml/src/gbt.cpp if (data->tflag == CV_ROW_SAMPLE) CV_ROW_SAMPLE 547 modules/ml/src/gbt.cpp if (data->tflag == CV_ROW_SAMPLE)