OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::cudev::SobelYPtrSz< SrcPtr > Struct Template Reference

#include "deriv.hpp"

Inheritance diagram for cv::cudev::SobelYPtrSz< SrcPtr >:
Collaboration diagram for cv::cudev::SobelYPtrSz< SrcPtr >:

Public Types

typedef int index_type
 
typedef PtrTraits< SrcPtr >::value_type value_type
 

Public Member Functions

template<typename T >
__host__ void assignTo (GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
 
__device__ PtrTraits< SrcPtr >::value_type operator() (int y, int x) const
 

Public Attributes

int cols
 
int rows
 
SrcPtr src
 

Member Typedef Documentation

◆ index_type

template<class SrcPtr >
typedef int cv::cudev::SobelYPtr< SrcPtr >::index_type
inherited

◆ value_type

template<class SrcPtr >
typedef PtrTraits<SrcPtr>::value_type cv::cudev::SobelYPtr< SrcPtr >::value_type
inherited

Member Function Documentation

◆ assignTo()

template<class SrcPtr>
template<typename T >
__host__ void cv::cudev::SobelYPtrSz< SrcPtr >::assignTo ( GpuMat_< T > &  dst,
Stream stream = Stream::Null() 
) const
inline

References cv::cudev::gridCopy().

Here is the call graph for this function:

◆ operator()()

template<class SrcPtr >
__device__ PtrTraits<SrcPtr>::value_type cv::cudev::SobelYPtr< SrcPtr >::operator() ( int  y,
int  x 
) const
inlineinherited

Member Data Documentation

◆ cols

template<class SrcPtr>
int cv::cudev::SobelYPtrSz< SrcPtr >::cols

Referenced by cv::cudev::sobelYPtr().

◆ rows

template<class SrcPtr>
int cv::cudev::SobelYPtrSz< SrcPtr >::rows

Referenced by cv::cudev::sobelYPtr().

◆ src

template<class SrcPtr >
SrcPtr cv::cudev::SobelYPtr< SrcPtr >::src
inherited

Referenced by cv::cudev::sobelYPtr().


The documentation for this struct was generated from the following file: