#include <border_interpolate.hpp>
|
__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 |
|
§ result_type
§ BrdConstant()
§ at() [1/2]
template<typename D>
template<typename T >
§ at() [2/2]
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 |
|
inline |
§ height
§ val
§ width
The documentation for this struct was generated from the following file: