OpenCV  2.4.13.3
Open Source Computer Vision
cv::gpu::device::BrdColReplicate< D > Struct Template Reference

#include <border_interpolate.hpp>

Public Types

typedef D result_type
 

Public Member Functions

__host__ __device__ __forceinline__ BrdColReplicate (int height)
 
template<typename U >
__host__ __device__ __forceinline__ BrdColReplicate (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 last_row
 

Member Typedef Documentation

§ result_type

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

Constructor & Destructor Documentation

§ BrdColReplicate() [1/2]

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

§ BrdColReplicate() [2/2]

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

Member Function Documentation

§ at()

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

§ at_high()

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

§ at_low()

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

§ idx_row()

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

§ idx_row_high()

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

§ idx_row_low()

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

Member Data Documentation

§ last_row

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

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