#include <border_interpolate.hpp>
List of all members.
Public Types |
| typedef D | result_type |
Public Member Functions |
| __host__ __device__ __forceinline__ | BrdColConstant (int height_, const D &val_=VecTraits< D >::all(0)) |
| 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 |
| const D | val |
template<typename D>
struct cv::gpu::device::BrdColConstant< D >
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
template<typename D >
template<typename T >
template<typename D >
template<typename T >
template<typename D >
template<typename T >
Member Data Documentation
The documentation for this struct was generated from the following file: