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__ __forceinline__ PtrTraits< SrcPtr >::value_type | operator() (float y, float x) const |
Public Attributes | |
int | cols |
int | rows |
SrcPtr | src |
|
inherited |
|
inherited |
|
inlineinherited |
References cv::cudev::NearestInterPtr< SrcPtr >::src.
int cv::cudev::NearestInterPtrSz< SrcPtr >::cols |
Referenced by cv::cudev::interNearest().
int cv::cudev::NearestInterPtrSz< SrcPtr >::rows |
Referenced by cv::cudev::interNearest().
|
inherited |
Referenced by cv::cudev::interNearest(), cv::cudev::NearestInterPtr< SrcPtr >::operator()(), cv::cudev::LinearInterPtr< SrcPtr >::operator()(), cv::cudev::CubicInterPtr< SrcPtr >::operator()(), cv::cudev::IntegerAreaInterPtr< SrcPtr >::operator()(), and cv::cudev::CommonAreaInterPtr< SrcPtr >::operator()().