#include <border_interpolate.hpp>
|
__host__ __device__ __forceinline__ | BrdReflect (int height, int width) |
|
template<typename U > |
__host__ __device__ __forceinline__ | BrdReflect (int height, int width, U) |
|
__device__ __forceinline__ int | idx_row_low (int y) const |
|
__device__ __forceinline__ int | idx_row_high (int y) const |
|
__device__ __forceinline__ int | idx_row (int y) const |
|
__device__ __forceinline__ int | idx_col_low (int x) const |
|
__device__ __forceinline__ int | idx_col_high (int x) const |
|
__device__ __forceinline__ int | idx_col (int x) const |
|
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
§ BrdReflect() [1/2]
§ BrdReflect() [2/2]
template<typename D >
template<typename U >
§ at() [1/2]
template<typename D >
template<typename T >
§ at() [2/2]
template<typename D >
template<typename Ptr2D >
__device__ __forceinline__ D cv::gpu::device::BrdReflect< D >::at |
( |
typename Ptr2D::index_type |
y, |
|
|
typename Ptr2D::index_type |
x, |
|
|
const Ptr2D & |
src |
|
) |
| const |
|
inline |
§ idx_col()
§ idx_col_high()
§ idx_col_low()
§ idx_row()
§ idx_row_high()
§ idx_row_low()
§ last_col
§ last_row
The documentation for this struct was generated from the following file: