OpenCV  3.3.0
Open Source Computer Vision
Public Types | Public Member Functions | Public Attributes | List of all members
cv::cudev::BrdConstant< 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__ PtrTraits< SrcPtr >::value_type operator() (int y, int x) const
 

Public Attributes

int cols
 
int rows
 
SrcPtr src
 
PtrTraits< SrcPtr >::value_type val
 

Member Typedef Documentation

§ index_type

template<class SrcPtr>
typedef int cv::cudev::BrdConstant< SrcPtr >::index_type

§ value_type

template<class SrcPtr>
typedef PtrTraits<SrcPtr>::value_type cv::cudev::BrdConstant< SrcPtr >::value_type

Member Function Documentation

§ operator()()

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

Member Data Documentation

§ cols

template<class SrcPtr>
int cv::cudev::BrdConstant< SrcPtr >::cols

§ rows

template<class SrcPtr>
int cv::cudev::BrdConstant< SrcPtr >::rows

§ src

template<class SrcPtr>
SrcPtr cv::cudev::BrdConstant< SrcPtr >::src

§ val

template<class SrcPtr>
PtrTraits<SrcPtr>::value_type cv::cudev::BrdConstant< SrcPtr >::val

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