transform          59 modules/core/include/opencv2/core/cuda/transform.hpp     static inline void transform(PtrStepSz<T> src, PtrStepSz<D> dst, UnOp op, const Mask& mask, cudaStream_t stream)
transform          66 modules/core/include/opencv2/core/cuda/transform.hpp     static inline void transform(PtrStepSz<T1> src1, PtrStepSz<T2> src2, PtrStepSz<D> dst, BinOp op, const Mask& mask, cudaStream_t stream)
transform          87 modules/core/include/opencv2/core/cuda/warp.hpp         static __device__ __forceinline__ OutIt transform(InIt beg, InIt end, OutIt out, UnOp op)
transform          95 modules/core/include/opencv2/core/cuda/warp.hpp         static __device__ __forceinline__ OutIt transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, BinOp op)
transform        1943 modules/core/src/matmul.cpp void cv::transform( InputArray _src, OutputArray _dst, InputArray _mtx )
transform         376 modules/cudev/include/opencv2/cudev/grid/detail/transform.hpp         __device__ static void transform(const SrcVal& srcVal, DstPtrTuple& dst, const OpTuple& op, int y, int x)
transform         388 modules/cudev/include/opencv2/cudev/grid/detail/transform.hpp         __device__ __forceinline__ static void transform(const SrcVal&, DstPtrTuple&, const OpTuple&, int, int)
transform          92 modules/imgproc/src/clahe.cpp     static bool transform(cv::InputArray _src, cv::OutputArray _dst, cv::InputArray _lut,
transform          63 modules/photo/src/denoise_tvl1.cpp     static OutputIterator transform (InputIterator first1, InputIterator last1, InputIterator2 first2,
transform        2288 modules/ts/src/ts_func.cpp void transform( const Mat& src, Mat& dst, const Mat& transmat, const Mat& _shift )