OpenCV  2.4.13.2
Open Source Computer Vision
cv::gpu::device::BrdRowReflect101< D > Struct Template Reference

#include <border_interpolate.hpp>

Public Types

typedef D result_type
 

Public Member Functions

__host__ __device__ __forceinline__ BrdRowReflect101 (int width)
 
template<typename U >
__host__ __device__ __forceinline__ BrdRowReflect101 (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 last_col
 

Member Typedef Documentation

§ result_type

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

Constructor & Destructor Documentation

§ BrdRowReflect101() [1/2]

template<typename D >
__host__ __device__ __forceinline__ cv::gpu::device::BrdRowReflect101< D >::BrdRowReflect101 ( int  width)
inlineexplicit

§ BrdRowReflect101() [2/2]

template<typename D >
template<typename U >
__host__ __device__ __forceinline__ cv::gpu::device::BrdRowReflect101< D >::BrdRowReflect101 ( int  width,
 
)
inline

Member Function Documentation

§ at()

template<typename D >
template<typename T >
__device__ __forceinline__ D cv::gpu::device::BrdRowReflect101< D >::at ( int  x,
const T *  data 
) const
inline

§ at_high()

template<typename D >
template<typename T >
__device__ __forceinline__ D cv::gpu::device::BrdRowReflect101< D >::at_high ( int  x,
const T *  data 
) const
inline

§ at_low()

template<typename D >
template<typename T >
__device__ __forceinline__ D cv::gpu::device::BrdRowReflect101< D >::at_low ( int  x,
const T *  data 
) const
inline

§ idx_col()

template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdRowReflect101< D >::idx_col ( int  x) const
inline

§ idx_col_high()

template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdRowReflect101< D >::idx_col_high ( int  x) const
inline

§ idx_col_low()

template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdRowReflect101< D >::idx_col_low ( int  x) const
inline

Member Data Documentation

§ last_col

template<typename D >
const int cv::gpu::device::BrdRowReflect101< D >::last_col

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