OpenCV  3.4.3
Open Source Computer Vision
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
cv::cudev::CubicInterPtr< SrcPtr > Struct Template Reference

#include "interpolation.hpp"

Inheritance diagram for cv::cudev::CubicInterPtr< SrcPtr >:
cv::cudev::CubicInterPtrSz< SrcPtr >

Public Types

typedef float index_type
 
typedef PtrTraits< SrcPtr >::value_type value_type
 

Public Member Functions

__device__ PtrTraits< SrcPtr >::value_type operator() (float y, float x) const
 

Static Public Member Functions

static __device__ float bicubicCoeff (float x_)
 

Public Attributes

SrcPtr src
 

Member Typedef Documentation

§ index_type

template<typename SrcPtr >
typedef float cv::cudev::CubicInterPtr< SrcPtr >::index_type

§ value_type

template<typename SrcPtr >
typedef PtrTraits<SrcPtr>::value_type cv::cudev::CubicInterPtr< SrcPtr >::value_type

Member Function Documentation

§ bicubicCoeff()

template<typename SrcPtr >
static __device__ float cv::cudev::CubicInterPtr< SrcPtr >::bicubicCoeff ( float  x_)
inlinestatic

§ operator()()

template<typename SrcPtr >
__device__ PtrTraits<SrcPtr>::value_type cv::cudev::CubicInterPtr< SrcPtr >::operator() ( float  y,
float  x 
) const
inline

Member Data Documentation

§ src

template<typename SrcPtr >
SrcPtr cv::cudev::CubicInterPtr< SrcPtr >::src

The documentation for this struct was generated from the following file: