OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::UnaryTransformPtrSz< SrcPtr, Op > Struct Template Reference

#include "transform.hpp"

Inheritance diagram for cv::cudev::UnaryTransformPtrSz< SrcPtr, Op >:
Collaboration diagram for cv::cudev::UnaryTransformPtrSz< SrcPtr, Op >:

Public Types

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

Public Member Functions

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

Public Attributes

int cols
 
Op op
 
int rows
 
SrcPtr src
 

Member Typedef Documentation

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

Member Function Documentation

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

References cv::cudev::gridCopy().

Here is the call graph for this function:

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
inlineinherited

Member Data Documentation

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

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

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

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

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

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