/external/opencv3/modules/cudaarithm/src/cuda/ |
D | polar_cart.cu | 67 GpuMat dst = getOutputMat(_dst, x.size(), CV_32FC1, stream); in magnitude() 86 GpuMat dst = getOutputMat(_dst, x.size(), CV_32FC1, stream); in magnitudeSqr() 105 GpuMat dst = getOutputMat(_dst, x.size(), CV_32FC1, stream); in phase() 127 GpuMat mag = getOutputMat(_mag, x.size(), CV_32FC1, stream); in cartToPolar() 128 GpuMat angle = getOutputMat(_angle, x.size(), CV_32FC1, stream); in cartToPolar() 188 GpuMat x = getOutputMat(_x, angle.size(), CV_32FC1, _stream); in polarToCart() 189 GpuMat y = getOutputMat(_y, angle.size(), CV_32FC1, _stream); in polarToCart()
|
D | math.cu | 102 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in abs() 147 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in sqr() 184 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in sqrt() 230 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in exp() 267 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in log() 349 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in pow()
|
D | integral.cu | 73 GpuMat dst = getOutputMat(_dst, src.rows + 1, src.cols + 1, CV_32SC1, stream); in integral() 97 GpuMat dst = getOutputMat(_dst, src.rows + 1, src.cols + 1, CV_64FC1, stream); in sqrIntegral()
|
D | mul_spectrums.cu | 132 GpuMat dst = getOutputMat(_dst, src1.size(), CV_32FC2, stream); in mulSpectrums() 152 GpuMat dst = getOutputMat(_dst, src1.size(), CV_32FC2, stream); in mulAndScaleSpectrums()
|
D | minmax.cu | 110 GpuMat dst = getOutputMat(_dst, 1, 2, dst_depth, stream); in findMinMax() 181 GpuMat dst = getOutputMat(_dst, 1, 1, dst_depth, stream); in findMaxAbs()
|
D | sum.cu | 129 GpuMat dst = getOutputMat(_dst, 1, 1, CV_64FC(channels), stream); in calcSum() 174 GpuMat dst = getOutputMat(_dst, 1, 1, CV_64FC(channels), stream); in calcAbsSum() 219 GpuMat dst = getOutputMat(_dst, 1, 1, CV_64FC(channels), stream); in calcSqrSum()
|
D | norm.cu | 108 GpuMat dst = getOutputMat(_dst, 1, 1, normType == NORM_L2 ? CV_64FC1 : CV_32SC1, stream); in calcNormDiff() 181 GpuMat dst = getOutputMat(_dst, 1, 1, CV_64FC1, stream); in normL2()
|
D | transpose.cu | 67 GpuMat dst = getOutputMat(_dst, src.cols, src.rows, src.type(), stream); in transpose()
|
D | countnonzero.cu | 90 GpuMat dst = getOutputMat(_dst, 1, 1, CV_32SC1, stream); in countNonZero()
|
D | threshold.cu | 107 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in threshold()
|
D | copy_make_border.cu | 147 …GpuMat dst = getOutputMat(_dst, src.rows + top + bottom, src.cols + left + right, src.type(), stre… in copyMakeBorder()
|
D | lut.cu | 178 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in transform()
|
D | reduce.cu | 140 …GpuMat dst = getOutputMat(_dst, 1, dim == 0 ? src.cols : src.rows, CV_MAKE_TYPE(CV_MAT_DEPTH(dtype… in reduce()
|
D | split_merge.cu | 127 GpuMat dst = getOutputMat(_dst, size, CV_MAKE_TYPE(depth, channels), stream); in mergeImpl()
|
D | normalize.cu | 261 dst = getOutputMat(_dst, src.size(), tmp_depth, stream); in normalize()
|
D | bitwise_mat.cu | 74 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in bitwise_not()
|
D | add_weighted.cu | 573 GpuMat dst = getOutputMat(_dst, src1.size(), CV_MAKE_TYPE(ddepth, cn), stream); in addWeighted()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | private.cuda.hpp | 86 CV_EXPORTS GpuMat getOutputMat(OutputArray _dst, int rows, int cols, int type, Stream& stream); 87 static inline GpuMat getOutputMat(OutputArray _dst, Size size, int type, Stream& stream) in getOutputMat() function 89 return getOutputMat(_dst, size.height, size.width, type, stream); in getOutputMat()
|
/external/opencv3/modules/cudaarithm/src/ |
D | element_operations.cpp | 150 GpuMat dst = getOutputMat(_dst, size, CV_MAKE_TYPE(ddepth, cn), stream); in arithm_op() 205 GpuMat dst = getOutputMat(_dst, src1.size(), src1.type(), stream); in multiply() 218 GpuMat dst = getOutputMat(_dst, src1.size(), src1.type(), stream); in multiply() 248 GpuMat dst = getOutputMat(_dst, src1.size(), src1.type(), stream); in divide() 261 GpuMat dst = getOutputMat(_dst, src1.size(), src1.type(), stream); in divide() 402 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in rshift() 426 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in lshift() 487 GpuMat dst = getOutputMat(_dst, src.size(), CV_32FC1, stream); in magnitude() 498 GpuMat dst = getOutputMat(_dst, src.size(), CV_32FC1, stream); in magnitudeSqr()
|
D | reductions.cpp | 144 GpuMat dst = getOutputMat(_dst, 1, 2, CV_64FC1, stream); in meanStdDev() 193 GpuMat dst = getOutputMat(_dst, src.size(), CV_32FC1, _stream); in rectStdDev()
|
D | core.cpp | 128 GpuMat dst = getOutputMat(_dst, src.size(), src.type(), stream); in flip()
|
D | arithm.cpp | 203 GpuMat dst = getOutputMat(_dst, dstSize, src1.type(), stream); in gemm() 481 GpuMat result = getOutputMat(_result, result_size, CV_32FC1, _stream); in convolve()
|
/external/opencv3/modules/core/src/ |
D | cuda_gpu_mat.cpp | 369 GpuMat cv::cuda::getOutputMat(OutputArray _dst, int rows, int cols, int type, Stream& stream) in getOutputMat() function in cv::cuda
|