OpenCV  2.4.13
Open Source Computer Vision
cv::gpu::device::BrdRowWrap< D > Struct Template Reference

#include <border_interpolate.hpp>

Public Types

typedef D result_type
 

Public Member Functions

__host__ __device__ __forceinline__ BrdRowWrap (int width_)
 
template<typename U >
__host__ __device__ __forceinline__ BrdRowWrap (int width_, U)
 
__device__ __forceinline__ int idx_col_low (int x) const
 
__device__ __forceinline__ int idx_col_high (int x) const
 
__device__ __forceinline__ int idx_col (int x) const
 
template<typename T >
__device__ __forceinline__ D at_low (int x, const T *data) const
 
template<typename T >
__device__ __forceinline__ D at_high (int x, const T *data) const
 
template<typename T >
__device__ __forceinline__ D at (int x, const T *data) const
 

Public Attributes

const int width
 

Member Typedef Documentation

template<typename D >
typedef D cv::gpu::device::BrdRowWrap< D >::result_type

Constructor & Destructor Documentation

template<typename D >
__host__ __device__ __forceinline__ cv::gpu::device::BrdRowWrap< D >::BrdRowWrap ( int  width_)
inlineexplicit
template<typename D >
template<typename U >
__host__ __device__ __forceinline__ cv::gpu::device::BrdRowWrap< D >::BrdRowWrap ( int  width_,
 
)
inline

Member Function Documentation

template<typename D >
template<typename T >
__device__ __forceinline__ D cv::gpu::device::BrdRowWrap< D >::at ( int  x,
const T *  data 
) const
inline
template<typename D >
template<typename T >
__device__ __forceinline__ D cv::gpu::device::BrdRowWrap< D >::at_high ( int  x,
const T *  data 
) const
inline
template<typename D >
template<typename T >
__device__ __forceinline__ D cv::gpu::device::BrdRowWrap< D >::at_low ( int  x,
const T *  data 
) const
inline
template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdRowWrap< D >::idx_col ( int  x) const
inline
template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdRowWrap< D >::idx_col_high ( int  x) const
inline
template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdRowWrap< D >::idx_col_low ( int  x) const
inline

Member Data Documentation

template<typename D >
const int cv::gpu::device::BrdRowWrap< D >::width

The documentation for this struct was generated from the following file: