BrdReflect        489 modules/core/include/opencv2/core/cuda/border_interpolate.hpp         __host__ __device__ __forceinline__ BrdReflect(int height, int width) : last_row(height - 1), last_col(width - 1) {}
BrdReflect        490 modules/core/include/opencv2/core/cuda/border_interpolate.hpp         template <typename U> __host__ __device__ __forceinline__ BrdReflect(int height, int width, U) : last_row(height - 1), last_col(width - 1) {}
BrdReflect        186 modules/cudev/include/opencv2/cudev/ptr2d/extrapolation.hpp __host__ BrdBase<BrdReflect, typename PtrTraits<SrcPtr>::ptr_type> brdReflect(const SrcPtr& src)
BrdReflect        188 modules/cudev/include/opencv2/cudev/ptr2d/extrapolation.hpp     BrdBase<BrdReflect, typename PtrTraits<SrcPtr>::ptr_type> b;