Searched defs:BrdReplicate (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
H A Dextrapolation.hpp118 // BrdReplicate
120 struct BrdReplicate struct in namespace:cv::cudev
134 __host__ BrdBase<BrdReplicate, typename PtrTraits<SrcPtr>::ptr_type> brdReplicate(const SrcPtr& src)
136 BrdBase<BrdReplicate, typename PtrTraits<SrcPtr>::ptr_type> b;
/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dborder_interpolate.hpp135 // BrdReplicate
217 template <typename D> struct BrdReplicate struct in namespace:cv::cuda::device
221 __host__ __device__ __forceinline__ BrdReplicate(int height, int width) : last_row(height - 1), last_col(width - 1) {} function in struct:cv::cuda::device::BrdReplicate
222 template <typename U> __host__ __device__ __forceinline__ BrdReplicate(int height, int width, U) : last_row(height - 1), last_col(width - 1) {} function in struct:cv::cuda::device::BrdReplicate

Completed in 114 milliseconds