OpenCV 4.10.0
开源计算机视觉库
|
#include <opencv2/cudev/ptr2d/interpolation.hpp>
公共属性 | |
int | cols |
int | rows |
从 cv::cudev::CubicInterPtr< SrcPtr > 继承的公共属性 | |
SrcPtr | src |
额外继承的成员 | |
从 cv::cudev::CubicInterPtr< SrcPtr > 继承的公共类型 | |
typedef float | index_type |
typedef PtrTraits< SrcPtr >::value_type | value_type |
从 cv::cudev::CubicInterPtr< SrcPtr > 继承的公共成员函数 | |
__device__ PtrTraits< SrcPtr >::value_type | operator() (float y, float x) const |
从 cv::cudev::CubicInterPtr< SrcPtr > 继承的静态公共成员函数 | |
static __device__ float | bicubicCoeff (float x_) |
int cv::cudev::CubicInterPtrSz< SrcPtr >::cols |
int cv::cudev::CubicInterPtrSz< SrcPtr >::rows |