BrdReplicate      221 modules/core/include/opencv2/core/cuda/border_interpolate.hpp         __host__ __device__ __forceinline__ BrdReplicate(int height, int width) : last_row(height - 1), last_col(width - 1) {}
BrdReplicate      222 modules/core/include/opencv2/core/cuda/border_interpolate.hpp         template <typename U> __host__ __device__ __forceinline__ BrdReplicate(int height, int width, U) : last_row(height - 1), last_col(width - 1) {}
BrdReplicate      134 modules/cudev/include/opencv2/cudev/ptr2d/extrapolation.hpp __host__ BrdBase<BrdReplicate, typename PtrTraits<SrcPtr>::ptr_type> brdReplicate(const SrcPtr& src)
BrdReplicate      136 modules/cudev/include/opencv2/cudev/ptr2d/extrapolation.hpp     BrdBase<BrdReplicate, typename PtrTraits<SrcPtr>::ptr_type> b;