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

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

Public Member Functions

template<typename T>
__host__ void assignTo (GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Public Member Functions inherited from cv::cudev::UnaryTransformPtr< SrcPtr, Op >
__device__ __forceinline__ Op::result_type operator() (typename PtrTraits< SrcPtr >::index_type y, typename PtrTraits< SrcPtr >::index_type x) const

Public Attributes

int cols
int rows
Public Attributes inherited from cv::cudev::UnaryTransformPtr< SrcPtr, Op >
Op op
SrcPtr src

Additional Inherited Members

Public Types inherited from cv::cudev::UnaryTransformPtr< SrcPtr, Op >
typedef PtrTraits< SrcPtr >::index_type index_type
typedef Op::result_type value_type

Member Function Documentation

◆ assignTo()

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

Member Data Documentation

◆ cols

template<class SrcPtr, class Op>
int cv::cudev::UnaryTransformPtrSz< SrcPtr, Op >::cols

◆ rows

template<class SrcPtr, class Op>
int cv::cudev::UnaryTransformPtrSz< SrcPtr, Op >::rows

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