transformSmart    208 modules/core/include/opencv2/core/cuda/detail/transform_detail.hpp         static __global__ void transformSmart(const PtrStepSz<T> src_, PtrStep<D> dst_, const Mask mask, const UnOp op)
transformSmart    256 modules/core/include/opencv2/core/cuda/detail/transform_detail.hpp         static __global__ void transformSmart(const PtrStepSz<T1> src1_, const PtrStep<T2> src2_, PtrStep<D> dst_,
transformSmart    185 modules/cudev/include/opencv2/cudev/grid/detail/transform.hpp     __global__ void transformSmart(const GlobPtr<SrcType> src_, GlobPtr<DstType> dst_, const UnOp op, const MaskPtr mask, const int rows, const int cols)
transformSmart    220 modules/cudev/include/opencv2/cudev/grid/detail/transform.hpp     __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)