#include <border_interpolate.hpp>
Public Types | |
typedef D | result_type |
Public Member Functions | |
__host__ __device__ __forceinline__ | BrdReplicate (int height, int width) |
template<typename U > | |
__host__ __device__ __forceinline__ | BrdReplicate (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 |
Public Attributes | |
const int | last_row |
const int | last_col |
typedef D cv::gpu::device::BrdReplicate< D >::result_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
const int cv::gpu::device::BrdReplicate< D >::last_col |
const int cv::gpu::device::BrdReplicate< D >::last_row |