OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::cudev::ScharrXPtr< SrcPtr > Struct Template Reference

#include <opencv2/cudev/ptr2d/deriv.hpp>

Public Types

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

Public Member Functions

__device__ PtrTraits< SrcPtr >::value_type operator() (int y, int x) const

Public Attributes

SrcPtr src

Member Typedef Documentation

◆ index_type

template<class SrcPtr>
typedef int cv::cudev::ScharrXPtr< SrcPtr >::index_type

◆ value_type

template<class SrcPtr>
typedef PtrTraits<SrcPtr>::value_type cv::cudev::ScharrXPtr< SrcPtr >::value_type

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ src

template<class SrcPtr>
SrcPtr cv::cudev::ScharrXPtr< SrcPtr >::src

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