OpenCV  3.1.0
Open Source Computer Vision
Public Types | Public Member Functions | Public Attributes | List of all members
cv::cudev::BrdBase< BrdImpl, SrcPtr > Struct Template Reference

#include "extrapolation.hpp"

Public Types

typedef int index_type
 
typedef PtrTraits< SrcPtr >::value_type value_type
 

Public Member Functions

__device__ __forceinline__ int idx_col (int x) const
 
__device__ __forceinline__ int idx_row (int y) const
 
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator() (int y, int x) const
 

Public Attributes

int cols
 
int rows
 
SrcPtr src
 

Member Typedef Documentation

template<class BrdImpl, class SrcPtr>
typedef int cv::cudev::BrdBase< BrdImpl, SrcPtr >::index_type
template<class BrdImpl, class SrcPtr>
typedef PtrTraits<SrcPtr>::value_type cv::cudev::BrdBase< BrdImpl, SrcPtr >::value_type

Member Function Documentation

template<class BrdImpl, class SrcPtr>
__device__ __forceinline__ int cv::cudev::BrdBase< BrdImpl, SrcPtr >::idx_col ( int  x) const
inline
template<class BrdImpl, class SrcPtr>
__device__ __forceinline__ int cv::cudev::BrdBase< BrdImpl, SrcPtr >::idx_row ( int  y) const
inline
template<class BrdImpl, class SrcPtr>
__device__ __forceinline__ PtrTraits<SrcPtr>::value_type cv::cudev::BrdBase< BrdImpl, SrcPtr >::operator() ( int  y,
int  x 
) const
inline

Member Data Documentation

template<class BrdImpl, class SrcPtr>
int cv::cudev::BrdBase< BrdImpl, SrcPtr >::cols
template<class BrdImpl, class SrcPtr>
int cv::cudev::BrdBase< BrdImpl, SrcPtr >::rows
template<class BrdImpl, class SrcPtr>
SrcPtr cv::cudev::BrdBase< BrdImpl, SrcPtr >::src

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