BrdConstant 115 modules/core/include/opencv2/core/cuda/border_interpolate.hpp __host__ __device__ __forceinline__ BrdConstant(int height_, int width_, const D& val_ = VecTraits<D>::all(0)) : height(height_), width(width_), val(val_) BrdConstant 698 modules/core/include/opencv2/core/cuda/border_interpolate.hpp template <typename Ptr2D, typename D> struct BorderReader< Ptr2D, BrdConstant<D> > BrdConstant 700 modules/core/include/opencv2/core/cuda/border_interpolate.hpp typedef typename BrdConstant<D>::result_type elem_type; BrdConstant 703 modules/core/include/opencv2/core/cuda/border_interpolate.hpp __host__ __device__ __forceinline__ BorderReader(const Ptr2D& src_, const BrdConstant<D>& b) : BrdConstant 76 modules/cudev/include/opencv2/cudev/ptr2d/extrapolation.hpp __host__ BrdConstant<typename PtrTraits<SrcPtr>::ptr_type> brdConstant(const SrcPtr& src, typename PtrTraits<SrcPtr>::value_type val) BrdConstant 78 modules/cudev/include/opencv2/cudev/ptr2d/extrapolation.hpp BrdConstant<typename PtrTraits<SrcPtr>::ptr_type> b; BrdConstant 87 modules/cudev/include/opencv2/cudev/ptr2d/extrapolation.hpp __host__ BrdConstant<typename PtrTraits<SrcPtr>::ptr_type> brdConstant(const SrcPtr& src)