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

#include <border_interpolate.hpp>

Public Types

typedef D result_type
 

Public Member Functions

__host__ __device__ __forceinline__ BrdColWrap (int height_)
 
template<typename U >
__host__ __device__ __forceinline__ BrdColWrap (int height_, 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
 
template<typename T >
__device__ __forceinline__ D at_low (int y, const T *data, size_t step) const
 
template<typename T >
__device__ __forceinline__ D at_high (int y, const T *data, size_t step) const
 
template<typename T >
__device__ __forceinline__ D at (int y, const T *data, size_t step) const
 

Public Attributes

const int height
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename D >
template<typename T >
__device__ __forceinline__ D cv::gpu::device::BrdColWrap< D >::at ( int  y,
const T *  data,
size_t  step 
) const
inline
template<typename D >
template<typename T >
__device__ __forceinline__ D cv::gpu::device::BrdColWrap< D >::at_high ( int  y,
const T *  data,
size_t  step 
) const
inline
template<typename D >
template<typename T >
__device__ __forceinline__ D cv::gpu::device::BrdColWrap< D >::at_low ( int  y,
const T *  data,
size_t  step 
) const
inline
template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdColWrap< D >::idx_row ( int  y) const
inline
template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdColWrap< D >::idx_row_high ( int  y) const
inline
template<typename D >
__device__ __forceinline__ int cv::gpu::device::BrdColWrap< D >::idx_row_low ( int  y) const
inline

Member Data Documentation

template<typename D >
const int cv::gpu::device::BrdColWrap< D >::height

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