getOutputMat 86 modules/core/include/opencv2/core/private.cuda.hpp CV_EXPORTS GpuMat getOutputMat(OutputArray _dst, int rows, int cols, int type, Stream& stream); getOutputMat 89 modules/core/include/opencv2/core/private.cuda.hpp return getOutputMat(_dst, size.height, size.width, type, stream); getOutputMat 203 modules/cudaarithm/src/arithm.cpp GpuMat dst = getOutputMat(_dst, dstSize, src1.type(), stream); getOutputMat 481 modules/cudaarithm/src/arithm.cpp GpuMat result = getOutputMat(_result, result_size, CV_32FC1, _stream); getOutputMat 128 modules/cudaarithm/src/core.cpp GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); getOutputMat 150 modules/cudaarithm/src/element_operations.cpp GpuMat dst = getOutputMat(_dst, size, CV_MAKE_TYPE(ddepth, cn), stream); getOutputMat 205 modules/cudaarithm/src/element_operations.cpp GpuMat dst = getOutputMat(_dst, src1.size(), src1.type(), stream); getOutputMat 218 modules/cudaarithm/src/element_operations.cpp GpuMat dst = getOutputMat(_dst, src1.size(), src1.type(), stream); getOutputMat 248 modules/cudaarithm/src/element_operations.cpp GpuMat dst = getOutputMat(_dst, src1.size(), src1.type(), stream); getOutputMat 261 modules/cudaarithm/src/element_operations.cpp GpuMat dst = getOutputMat(_dst, src1.size(), src1.type(), stream); getOutputMat 402 modules/cudaarithm/src/element_operations.cpp GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); getOutputMat 426 modules/cudaarithm/src/element_operations.cpp GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); getOutputMat 487 modules/cudaarithm/src/element_operations.cpp GpuMat dst = getOutputMat(_dst, src.size(), CV_32FC1, stream); getOutputMat 498 modules/cudaarithm/src/element_operations.cpp GpuMat dst = getOutputMat(_dst, src.size(), CV_32FC1, stream); getOutputMat 144 modules/cudaarithm/src/reductions.cpp GpuMat dst = getOutputMat(_dst, 1, 2, CV_64FC1, stream); getOutputMat 193 modules/cudaarithm/src/reductions.cpp GpuMat dst = getOutputMat(_dst, src.size(), CV_32FC1, _stream);