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

  /external/opencv3/modules/cudaarithm/src/
element_operations.cpp 91 // arithm_op
98 void arithm_op(InputArray _src1, InputArray _src2, OutputArray _dst, InputArray _mask, double scale, int dtype, Stream& stream,
172 arithm_op(src1, src2, dst, mask, 1.0, dtype, stream, addMat, addScalar);
184 arithm_op(src1, src2, dst, mask, 1.0, dtype, stream, subMat, subScalar);
226 arithm_op(_src1, _src2, _dst, GpuMat(), scale, dtype, stream, mulMat, mulScalar);
269 arithm_op(_src1, _src2, _dst, GpuMat(), scale, dtype, stream, divMat, divScalar);
282 arithm_op(src1, src2, dst, noArray(), 1.0, -1, stream, absDiffMat, absDiffScalar);
294 arithm_op(src1, src2, dst, noArray(), 1.0, CV_8U, stream, cmpMat, cmpScalar, cmpop);
316 arithm_op(src1, src2, dst, mask, 1.0, -1, stream, bitMat, bitScalar, BIT_OP_OR);
321 arithm_op(src1, src2, dst, mask, 1.0, -1, stream, bitMat, bitScalar, BIT_OP_AND)
    [all...]
  /external/opencv3/modules/core/src/
arithm.cpp 1926 static void arithm_op(InputArray _src1, InputArray _src2, OutputArray _dst, function in namespace:cv
    [all...]

Completed in 43 milliseconds