Go to the source code of this file.
Namespaces | |
namespace | cv |
Namespace where all the C++ OpenCV functionality resides. | |
namespace | cv::gpu |
Functions | |
GpuMat | cv::gpu::createContinuous (int rows, int cols, int type) |
void | cv::gpu::createContinuous (Size size, int type, GpuMat &m) |
GpuMat | cv::gpu::createContinuous (Size size, int type) |
void | cv::gpu::ensureSizeIsEnough (Size size, int type, GpuMat &m) |
GpuMat | cv::gpu::operator~ (const GpuMat &src) |
GpuMat | cv::gpu::operator| (const GpuMat &src1, const GpuMat &src2) |
GpuMat | cv::gpu::operator& (const GpuMat &src1, const GpuMat &src2) |
GpuMat | cv::gpu::operator^ (const GpuMat &src1, const GpuMat &src2) |