OpenCV 4.13.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::cudev::LutPtrSz< SrcPtr, TablePtr > Struct Template Reference

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

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

Public Member Functions

template<typename T>
__host__ void assignTo (GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Public Member Functions inherited from cv::cudev::LutPtr< SrcPtr, TablePtr >
__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
Public Attributes inherited from cv::cudev::LutPtr< SrcPtr, TablePtr >
SrcPtr src
TablePtr tbl

Additional Inherited Members

Public Types inherited from cv::cudev::LutPtr< SrcPtr, TablePtr >
typedef PtrTraits< SrcPtr >::index_type index_type
typedef PtrTraits< TablePtr >::value_type value_type

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
Here is the call graph for this function:

Member Data Documentation

◆ cols

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

◆ rows

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

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