Searched defs:createContinuous (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
H A Dcuda.inl.hpp347 GpuMat createContinuous(int rows, int cols, int type) function in namespace:cv::cuda
350 createContinuous(rows, cols, type, m);
355 void createContinuous(Size size, int type, OutputArray arr) function in namespace:cv::cuda
357 createContinuous(size.height, size.width, type, arr);
361 GpuMat createContinuous(Size size, int type) function in namespace:cv::cuda
364 createContinuous(size, type, m);

Completed in 54 milliseconds