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

#include <border_interpolate.hpp>

Public Types

typedef D result_type
 

Public Member Functions

__host__ __device__ __forceinline__ BrdReflect101 (int height, int width)
 
template<typename U >
__host__ __device__ __forceinline__ BrdReflect101 (int height, int width, U)
 
__device__ __forceinline__ int idx_row_low (int y) const
 
__device__ __forceinline__ int idx_row_high (int y) const
 
__device__ __forceinline__ int idx_row (int y) const
 
__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 (int y, int x, const T *data, size_t step) const
 
template<typename Ptr2D >
__device__ __forceinline__ D at (typename Ptr2D::index_type y, typename Ptr2D::index_type x, const Ptr2D &src) const
 

Public Attributes

const int last_row
 
const int last_col
 

Member Typedef Documentation

§ result_type

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

Constructor & Destructor Documentation

§ BrdReflect101() [1/2]

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

§ BrdReflect101() [2/2]

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

Member Function Documentation

§ at() [1/2]

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

§ at() [2/2]

template<typename D >
template<typename Ptr2D >
__device__ __forceinline__ D cv::gpu::device::BrdReflect101< D >::at ( typename Ptr2D::index_type  y,
typename Ptr2D::index_type  x,
const Ptr2D &  src 
) const
inline

§ idx_col()

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

§ idx_col_high()

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

§ idx_col_low()

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

§ idx_row()

template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdReflect101< D >::idx_row ( int  y) const
inline

§ idx_row_high()

template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdReflect101< D >::idx_row_high ( int  y) const
inline

§ idx_row_low()

template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdReflect101< D >::idx_row_low ( int  y) const
inline

Member Data Documentation

§ last_col

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

§ last_row

template<typename D >
const int cv::gpu::device::BrdReflect101< D >::last_row

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