template struct cv::cudev::LinearInterPtrSz
#include <interpolation.hpp> template <class SrcPtr> struct LinearInterPtrSz: public cv::cudev::LinearInterPtr { // fields int cols; int rows; };
Inherited Members
public: // typedefs typedef float index_type; typedef PtrTraits<SrcPtr>::value_type value_type; // fields SrcPtr src; // methods __device__ PtrTraits<SrcPtr>::value_type operator()( float y, float x ) const;