OpenCV  4.7.0-dev
Open Source Computer Vision
Public Attributes | List of all members
cv::cudev::CubicInterPtrSz< SrcPtr > Struct Template Reference

#include <opencv2/cudev/ptr2d/interpolation.hpp>

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

Public Attributes

int cols
 
int rows
 
- Public Attributes inherited from cv::cudev::CubicInterPtr< SrcPtr >
SrcPtr src
 

Additional Inherited Members

- Public Types inherited from cv::cudev::CubicInterPtr< SrcPtr >
typedef float index_type
 
typedef PtrTraits< SrcPtr >::value_type value_type
 
- Public Member Functions inherited from cv::cudev::CubicInterPtr< SrcPtr >
__device__ PtrTraits< SrcPtr >::value_type operator() (float y, float x) const
 
- Static Public Member Functions inherited from cv::cudev::CubicInterPtr< SrcPtr >
static __device__ float bicubicCoeff (float x_)
 

Member Data Documentation

◆ cols

template<class SrcPtr>
int cv::cudev::CubicInterPtrSz< SrcPtr >::cols

◆ rows

template<class SrcPtr>
int cv::cudev::CubicInterPtrSz< SrcPtr >::rows

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