BrdReflect101     355 modules/core/include/opencv2/core/cuda/border_interpolate.hpp         __host__ __device__ __forceinline__ BrdReflect101(int height, int width) : last_row(height - 1), last_col(width - 1) {}
BrdReflect101     356 modules/core/include/opencv2/core/cuda/border_interpolate.hpp         template <typename U> __host__ __device__ __forceinline__ BrdReflect101(int height, int width, U) : last_row(height - 1), last_col(width - 1) {}
BrdReflect101      75 modules/cudev/include/opencv2/cudev/grid/pyramids.hpp     gridPyrDown_<BrdReflect101>(src, dst, stream);
BrdReflect101     160 modules/cudev/include/opencv2/cudev/ptr2d/extrapolation.hpp __host__ BrdBase<BrdReflect101, typename PtrTraits<SrcPtr>::ptr_type> brdReflect101(const SrcPtr& src)
BrdReflect101     162 modules/cudev/include/opencv2/cudev/ptr2d/extrapolation.hpp     BrdBase<BrdReflect101, typename PtrTraits<SrcPtr>::ptr_type> b;