template struct cv::cudev::ConstantPtrSz
#include <constant.hpp> template <typename T> struct ConstantPtrSz: public cv::cudev::ConstantPtr { // fields int cols; int rows; };
Inherited Members
public: // typedefs typedef int index_type; typedef T value_type; // fields T value; // methods __device__ __forceinline__ T operator()( int, int ) const;