Searched refs:BrdConstant (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
D | extrapolation.hpp | 60 template <class SrcPtr> struct BrdConstant struct 76 __host__ BrdConstant<typename PtrTraits<SrcPtr>::ptr_type> brdConstant(const SrcPtr& src, typename … in brdConstant() 78 BrdConstant<typename PtrTraits<SrcPtr>::ptr_type> b; in brdConstant() 87 __host__ BrdConstant<typename PtrTraits<SrcPtr>::ptr_type> brdConstant(const SrcPtr& src) in brdConstant()
|
/external/opencv3/modules/cudawarping/src/cuda/ |
D | resize.cu | 423 BrdConstant<T> brd(src.rows, src.cols); in call() 424 BorderReader< PtrStep<T>, BrdConstant<T> > brdSrc(src, brd); in call() 425 … IntegerAreaFilter< BorderReader< PtrStep<T>, BrdConstant<T> > > filteredSrc(brdSrc, fx, fy); in call() 431 BrdConstant<T> brd(src.rows, src.cols); in call() 432 BorderReader< PtrStep<T>, BrdConstant<T> > brdSrc(src, brd); in call() 433 … AreaFilter< BorderReader< PtrStep<T>, BrdConstant<T> > > filteredSrc(brdSrc, fx, fy); in call()
|
D | remap.cu | 215 RemapDispatcher<PointFilter, BrdConstant, T>::call, in remap_gpu() 222 RemapDispatcher<LinearFilter, BrdConstant, T>::call, in remap_gpu() 229 RemapDispatcher<CubicFilter, BrdConstant, T>::call, in remap_gpu()
|
D | warp.cu | 284 WarpDispatcher<Transform, PointFilter, BrdConstant, T>::call, in warp_caller() 291 WarpDispatcher<Transform, LinearFilter, BrdConstant, T>::call, in warp_caller() 298 WarpDispatcher<Transform, CubicFilter, BrdConstant, T>::call, in warp_caller()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | border_interpolate.hpp | 111 template <typename D> struct BrdConstant struct 115 …__host__ __device__ __forceinline__ BrdConstant(int height_, int width_, const D& val_ = VecTraits… in BrdConstant() argument 698 template <typename Ptr2D, typename D> struct BorderReader< Ptr2D, BrdConstant<D> > 700 typedef typename BrdConstant<D>::result_type elem_type; 703 … __host__ __device__ __forceinline__ BorderReader(const Ptr2D& src_, const BrdConstant<D>& b) : in BorderReader()
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | bilateral_filter.cu | 153 bilateral_caller<T, BrdConstant>, in bilateral_filter_gpu()
|
/external/opencv3/modules/cudafilters/src/cuda/ |
D | filter2d.cu | 132 Filter2DCaller<T, D, BrdConstant>::call, in filter2D()
|
/external/opencv3/modules/photo/src/cuda/ |
D | nlm.cu | 162 nlm_caller<T, BrdConstant>, in nlm_bruteforce_gpu()
|