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

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

Public Types

typedef PtrTraits< SrcPtr >::index_type index_type
typedef Op::result_type value_type

Public Member Functions

__device__ __forceinline__ Op::result_type operator() (typename PtrTraits< SrcPtr >::index_type y, typename PtrTraits< SrcPtr >::index_type x) const

Public Attributes

Op op
SrcPtr src

Member Typedef Documentation

◆ index_type

template<class SrcPtr, class Op>
typedef PtrTraits<SrcPtr>::index_type cv::cudev::UnaryTransformPtr< SrcPtr, Op >::index_type

◆ value_type

template<class SrcPtr, class Op>
typedef Op::result_type cv::cudev::UnaryTransformPtr< SrcPtr, Op >::value_type

Member Function Documentation

◆ operator()()

template<class SrcPtr, class Op>
__device__ __forceinline__ Op::result_type cv::cudev::UnaryTransformPtr< SrcPtr, Op >::operator() ( typename PtrTraits< SrcPtr >::index_type y,
typename PtrTraits< SrcPtr >::index_type x ) const
inline

Member Data Documentation

◆ op

template<class SrcPtr, class Op>
Op cv::cudev::UnaryTransformPtr< SrcPtr, Op >::op

◆ src

template<class SrcPtr, class Op>
SrcPtr cv::cudev::UnaryTransformPtr< SrcPtr, Op >::src

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