#include <border_interpolate.hpp>
List of all members.
Public Types |
| typedef D | result_type |
Public Member Functions |
| __host__ __device__ __forceinline__ | BrdConstant (int height_, int width_, const D &val_=VecTraits< D >::all(0)) |
| template<typename T > |
| __device__ __forceinline__ D | at (int y, int x, const T *data, size_t step) const |
| template<typename Ptr2D > |
| __device__ __forceinline__ D | at (typename Ptr2D::index_type y, typename Ptr2D::index_type x, const Ptr2D &src) const |
Public Attributes |
| const int | height |
| const int | width |
| const D | val |
template<typename D>
struct cv::gpu::device::BrdConstant< D >
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
template<typename D>
template<typename T >
template<typename D>
template<typename Ptr2D >
| __device__ __forceinline__ D cv::gpu::device::BrdConstant< D >::at |
( |
typename Ptr2D::index_type |
y, |
|
|
typename Ptr2D::index_type |
x, |
|
|
const Ptr2D & |
src |
|
) |
| const |
Member Data Documentation
The documentation for this struct was generated from the following file: