HomeSort by relevance Sort by last modified time
    Searched refs:AUTO_STEP (Results 1 - 5 of 5) sorted by null

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

Completed in 392 milliseconds