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::LutPtrSz< SrcPtr, TablePtr > Struct Template Reference

#include "lut.hpp"

Inheritance diagram for cv::cudev::LutPtrSz< SrcPtr, TablePtr >:
Collaboration diagram for cv::cudev::LutPtrSz< SrcPtr, TablePtr >:

Public Types

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

Public Member Functions

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

Public Attributes

int cols
 
int rows
 
SrcPtr src
 
TablePtr tbl
 

Member Typedef Documentation

◆ index_type

template<class SrcPtr , class TablePtr >
typedef PtrTraits<SrcPtr>::index_type cv::cudev::LutPtr< SrcPtr, TablePtr >::index_type
inherited

◆ value_type

template<class SrcPtr , class TablePtr >
typedef PtrTraits<TablePtr>::value_type cv::cudev::LutPtr< SrcPtr, TablePtr >::value_type
inherited

Member Function Documentation

◆ assignTo()

template<class SrcPtr, class TablePtr>
template<typename T >
__host__ void cv::cudev::LutPtrSz< SrcPtr, TablePtr >::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 , class TablePtr >
__device__ __forceinline__ PtrTraits<TablePtr>::value_type cv::cudev::LutPtr< SrcPtr, TablePtr >::operator() ( typename PtrTraits< SrcPtr >::index_type  y,
typename PtrTraits< SrcPtr >::index_type  x 
) const
inlineinherited

Member Data Documentation

◆ cols

template<class SrcPtr, class TablePtr>
int cv::cudev::LutPtrSz< SrcPtr, TablePtr >::cols

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

◆ rows

template<class SrcPtr, class TablePtr>
int cv::cudev::LutPtrSz< SrcPtr, TablePtr >::rows

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

◆ src

template<class SrcPtr , class TablePtr >
SrcPtr cv::cudev::LutPtr< SrcPtr, TablePtr >::src
inherited

◆ tbl

template<class SrcPtr , class TablePtr >
TablePtr cv::cudev::LutPtr< SrcPtr, TablePtr >::tbl
inherited

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