OpenCV
4.0.0-pre
Open Source Computer Vision
|
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me! |
#include "interpolation.hpp"
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 | |
int | cols |
int | rows |
SrcPtr | src |
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
inlineinherited |
References cv::cudev::saturate_cast(), cv::cudev::NearestInterPtr< SrcPtr >::src, and cv::sum().
int cv::cudev::CubicInterPtrSz< SrcPtr >::cols |
Referenced by cv::cudev::interCubic().
int cv::cudev::CubicInterPtrSz< SrcPtr >::rows |
Referenced by cv::cudev::interCubic().
|
inherited |
Referenced by cv::cudev::interCubic().