HomeSort by relevance Sort by last modified time
    Searched full:srctype1 (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
transform.hpp 219 template <int SHIFT, typename SrcType1, typename SrcType2, typename DstType, class BinOp, class MaskPtr>
220 __global__ void transformSmart(const GlobPtr<SrcType1> src1_, const GlobPtr<SrcType2> src2_, GlobPtr<DstType> dst_, const BinOp op, const MaskPtr mask, const int rows, const int cols)
222 typedef typename MakeVec<SrcType1, SHIFT>::type read_type1;
232 const SrcType1* src1 = src1_.row(y);
324 template <typename SrcType1, typename SrcType2, typename DstType, class BinOp, class MaskPtr>
325 __host__ static void call(const GlobPtr<SrcType1>& src1, const GlobPtr<SrcType2>& src2, const GlobPtr<DstType>& dst, const BinOp& op, const MaskPtr& mask, int rows, int cols, cudaStream_t stream)
328 !isAligned(src1.data, Policy::shift * sizeof(SrcType1)) || !isAligned(src1.step, Policy::shift * sizeof(SrcType1)) ||
365 template <class Policy, typename SrcType1, typename SrcType2, typename DstType, class BinOp, class MaskPtr>
366 __host__ void transform_binary(const GlobPtr<SrcType1>& src1, const GlobPtr<SrcType2>& src2, const GlobPtr<DstType>& dst, const BinOp& op, const MaskPtr (…)
    [all...]
  /external/opencv/cxcore/src/
cxconvert.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
filter.cpp 151 int srcType1 = CV_MAKETYPE(CV_MAT_DEPTH(srcType), MIN(CV_MAT_CN(srcType), 4));
152 scalarToRawData(_borderValue, &constBorderValue[0], srcType1,
    [all...]

Completed in 906 milliseconds