AUTO_STEP 128 modules/core/include/opencv2/core/cuda.hpp GpuMat(int rows, int cols, int type, void* data, size_t step = Mat::AUTO_STEP); AUTO_STEP 129 modules/core/include/opencv2/core/cuda.hpp GpuMat(Size size, int type, void* data, size_t step = Mat::AUTO_STEP); AUTO_STEP 821 modules/core/include/opencv2/core/mat.hpp Mat(int rows, int cols, int type, void* data, size_t step=AUTO_STEP); AUTO_STEP 837 modules/core/include/opencv2/core/mat.hpp Mat(Size size, int type, void* data, size_t step=AUTO_STEP); AUTO_STEP 1971 modules/core/include/opencv2/core/mat.hpp Mat_(int _rows, int _cols, _Tp* _data, size_t _step=AUTO_STEP); AUTO_STEP 401 modules/core/include/opencv2/core/mat.inl.hpp if( _step == AUTO_STEP ) AUTO_STEP 432 modules/core/include/opencv2/core/mat.inl.hpp if( _step == AUTO_STEP ) AUTO_STEP 57 modules/core/src/cuda_gpu_mat.cpp if (step == Mat::AUTO_STEP) AUTO_STEP 83 modules/core/src/cuda_gpu_mat.cpp if (step == Mat::AUTO_STEP) AUTO_STEP 83 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ GpuMat_(int arows, int acols, T* adata, size_t astep = Mat::AUTO_STEP); AUTO_STEP 84 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ GpuMat_(Size asize, T* adata, size_t astep = Mat::AUTO_STEP);