#include <filters.hpp>
Public Types | |
| typedef Ptr2D::elem_type | elem_type |
| typedef float | index_type |
| typedef TypeVec< float, VecTraits< elem_type >::cn > ::vec_type | work_type |
Public Member Functions | |
| __host__ __device__ __forceinline__ | CubicFilter (const Ptr2D &src_, float fx=0.f, float fy=0.f) |
| __device__ elem_type | operator() (float y, float x) const |
Static Public Member Functions | |
| static __device__ __forceinline__ float | bicubicCoeff (float x_) |
Public Attributes | |
| const Ptr2D | src |
| typedef Ptr2D::elem_type cv::gpu::device::CubicFilter< Ptr2D >::elem_type |
| typedef float cv::gpu::device::CubicFilter< Ptr2D >::index_type |
| typedef TypeVec<float, VecTraits<elem_type>::cn>::vec_type cv::gpu::device::CubicFilter< Ptr2D >::work_type |
| __host__ __device__ __forceinline__ cv::gpu::device::CubicFilter< Ptr2D >::CubicFilter | ( | const Ptr2D & | src_, |
| float | fx = 0.f, |
||
| float | fy = 0.f |
||
| ) | [explicit] |
| static __device__ __forceinline__ float cv::gpu::device::CubicFilter< Ptr2D >::bicubicCoeff | ( | float | x_ | ) | [static] |
| __device__ elem_type cv::gpu::device::CubicFilter< Ptr2D >::operator() | ( | float | y, |
| float | x | ||
| ) | const |
| const Ptr2D cv::gpu::device::CubicFilter< Ptr2D >::src |