template struct cv::cudev::SobelYPtrSz
#include <deriv.hpp> template <class SrcPtr> struct SobelYPtrSz: public cv::cudev::SobelYPtr { // 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;