CV_IS_MAT_CONT    140 apps/traincascade/boost.cpp     step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type);
CV_IS_MAT_CONT    719 apps/traincascade/boost.cpp     int rStep = CV_IS_MAT_CONT( responses->type ) ? 1 : responses->step / CV_ELEM_SIZE( responses->type );
CV_IS_MAT_CONT   1444 apps/traincascade/boost.cpp         step = CV_IS_MAT_CONT(data->responses_copy->type) ?
CV_IS_MAT_CONT   1154 apps/traincascade/old_ml_boost.cpp         step = CV_IS_MAT_CONT(data->responses_copy->type) ?
CV_IS_MAT_CONT   1650 apps/traincascade/old_ml_boost.cpp         wstep = CV_IS_MAT_CONT(weak_responses->type) ? 1 : weak_responses->step/sizeof(float);
CV_IS_MAT_CONT   1682 apps/traincascade/old_ml_boost.cpp         sstep = CV_IS_MAT_CONT(_sample->type) ? 1 : _sample->step/sizeof(src_sample[0]);
CV_IS_MAT_CONT   1687 apps/traincascade/old_ml_boost.cpp             mstep = CV_IS_MAT_CONT(_missing->type) ? 1 : _missing->step;
CV_IS_MAT_CONT   1737 apps/traincascade/old_ml_boost.cpp         if( !CV_IS_MAT_CONT(_sample->type & (_missing ? _missing->type : -1)) )
CV_IS_MAT_CONT   1839 apps/traincascade/old_ml_boost.cpp     int r_step = CV_IS_MAT_CONT(response->type) ?
CV_IS_MAT_CONT    416 apps/traincascade/old_ml_inner_functions.cpp     step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type);
CV_IS_MAT_CONT    534 apps/traincascade/old_ml_inner_functions.cpp             (var_idx->rows != 1 && var_idx->cols != 1) || !CV_IS_MAT_CONT(var_idx->type) )
CV_IS_MAT_CONT    589 apps/traincascade/old_ml_inner_functions.cpp     if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx )
CV_IS_MAT_CONT    598 apps/traincascade/old_ml_inner_functions.cpp             (sample_idx->rows != 1 && sample_idx->cols != 1) || !CV_IS_MAT_CONT(sample_idx->type) )
CV_IS_MAT_CONT    682 apps/traincascade/old_ml_inner_functions.cpp             (sample_idx->rows != 1 && sample_idx->cols != 1) || !CV_IS_MAT_CONT(sample_idx->type) )
CV_IS_MAT_CONT   1148 apps/traincascade/old_ml_inner_functions.cpp         sample_step = CV_IS_MAT_CONT(sample->type) ? 1 : sample->step/sizeof(row_sample[0]);
CV_IS_MAT_CONT   1150 apps/traincascade/old_ml_inner_functions.cpp         if( !comp_idx && CV_IS_MAT_CONT(sample->type) && !as_sparse )
CV_IS_MAT_CONT    412 apps/traincascade/old_ml_tree.cpp             step = CV_IS_MAT_CONT(_responses->type) ?
CV_IS_MAT_CONT   1242 apps/traincascade/old_ml_tree.cpp     int r_step = CV_IS_MAT_CONT(responses->type) ? 1 : responses->step/CV_ELEM_SIZE(responses->type);
CV_IS_MAT_CONT   3326 apps/traincascade/old_ml_tree.cpp     int r_step = CV_IS_MAT_CONT(response->type) ?
CV_IS_MAT_CONT   3639 apps/traincascade/old_ml_tree.cpp     int step = CV_IS_MAT_CONT(_sample->type) ? 1 : _sample->step/sizeof(sample[0]);
CV_IS_MAT_CONT   3656 apps/traincascade/old_ml_tree.cpp         mstep = CV_IS_MAT_CONT(_missing->type) ? 1 : _missing->step/sizeof(m[0]);
CV_IS_MAT_CONT   1153 modules/calib3d/src/calibration.cpp             CV_IS_MAT_CONT(npoints->type) );
CV_IS_MAT_CONT    165 modules/core/include/opencv2/core/cvdef.h #define CV_IS_CONT_MAT          CV_IS_MAT_CONT
CV_IS_MAT_CONT    867 modules/core/src/array.cpp         if( CV_IS_MAT_CONT( mat->type ))
CV_IS_MAT_CONT   1050 modules/core/src/array.cpp         if( !CV_IS_MAT_CONT( mat->type ))
CV_IS_MAT_CONT   1666 modules/core/src/array.cpp         if( CV_IS_MAT_CONT(mat->type))
CV_IS_MAT_CONT   1703 modules/core/src/array.cpp         if( CV_IS_MAT_CONT(mat->type))
CV_IS_MAT_CONT   1927 modules/core/src/array.cpp     if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type ))
CV_IS_MAT_CONT   2038 modules/core/src/array.cpp     if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type ))
CV_IS_MAT_CONT   2168 modules/core/src/array.cpp     if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type ))
CV_IS_MAT_CONT   2260 modules/core/src/array.cpp     if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type ))
CV_IS_MAT_CONT   2469 modules/core/src/array.cpp         if( !CV_IS_MAT_CONT( matnd->type ))
CV_IS_MAT_CONT   2577 modules/core/src/array.cpp             if( !CV_IS_MAT_CONT( mat->type ))
CV_IS_MAT_CONT   2663 modules/core/src/array.cpp             if( CV_IS_MAT_CONT( mat->type ))
CV_IS_MAT_CONT   2756 modules/core/src/array.cpp         if( !CV_IS_MAT_CONT( mat->type ))
CV_IS_MAT_CONT   1764 modules/core/src/datastructs.cpp         if( !CV_IS_MAT_CONT(mat->type) || (mat->rows != 1 && mat->cols != 1) )
CV_IS_MAT_CONT   4154 modules/core/src/matrix.cpp     if( CV_IS_MAT_CONT(mat->type) )
CV_IS_MAT_CONT   3519 modules/core/src/persistence.cpp         if( CV_IS_MAT_CONT(mat->type) )
CV_IS_MAT_CONT    667 modules/imgcodecs/src/loadsave.cpp     CV_Assert( _buf && CV_IS_MAT_CONT(_buf->type) );
CV_IS_MAT_CONT    675 modules/imgcodecs/src/loadsave.cpp     CV_Assert( _buf && CV_IS_MAT_CONT(_buf->type) );
CV_IS_MAT_CONT    646 modules/imgcodecs/src/utils.cpp         if( CV_IS_MAT_CONT(src->type & dst->type) )
CV_IS_MAT_CONT    444 modules/imgproc/src/convhull.cpp         if( (mat->cols != 1 && mat->rows != 1) || !CV_IS_MAT_CONT(mat->type))
CV_IS_MAT_CONT    569 modules/imgproc/src/convhull.cpp            !CV_IS_MAT_CONT(mat->type) || CV_MAT_TYPE(mat->type) != CV_32SC1 )
CV_IS_MAT_CONT    928 modules/imgproc/src/hough.cpp         if( !CV_IS_MAT_CONT( mat->type ) || (mat->rows != 1 && mat->cols != 1) )
CV_IS_MAT_CONT   1263 modules/imgproc/src/hough.cpp         if( !CV_IS_MAT_CONT( mat->type ) || (mat->rows != 1 && mat->cols != 1) ||
CV_IS_MAT_CONT     65 modules/imgproc/src/utils.cpp     if( (mat->width != 1 && mat->height != 1) || !CV_IS_MAT_CONT(mat->type))
CV_IS_MAT_CONT    298 modules/imgproc/test/test_convhull.cpp         assert( CV_IS_MAT(ptm) && CV_IS_MAT_CONT(ptm->type) );
CV_IS_MAT_CONT   1190 modules/imgproc/test/test_convhull.cpp         assert( CV_IS_MAT(ptm) && CV_IS_MAT_CONT(ptm->type) );
CV_IS_MAT_CONT   1481 modules/imgproc/test/test_convhull.cpp         assert( CV_IS_MAT(ptm) && CV_IS_MAT_CONT(ptm->type) );
CV_IS_MAT_CONT   1657 modules/imgproc/test/test_convhull.cpp         assert( CV_IS_MAT(ptm) && CV_IS_MAT_CONT(ptm->type) );
CV_IS_MAT_CONT   1291 modules/ml/src/gbt.cpp     int r_step = CV_IS_MAT_CONT(response->type) ?