template struct cv::cudev::SobelXPtrSz
#include <deriv.hpp> template <class SrcPtr> struct SobelXPtrSz: public cv::cudev::SobelXPtr { // fields int cols; int rows; // methods template <typename T> __host__ void assignTo( GpuMat_<T>& dst, Stream& stream = Stream::Null() ) const; };
Inherited Members
public: // typedefs typedef int index_type; typedef PtrTraits<SrcPtr>::value_type value_type; // fields SrcPtr src; // methods __device__ PtrTraits<SrcPtr>::value_type operator()( int y, int x ) const;