OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
cv::cudev::RemapPtr1Sz< SrcPtr, MapPtr > Struct Template Reference

#include "remap.hpp"

Inheritance diagram for cv::cudev::RemapPtr1Sz< SrcPtr, MapPtr >:
cv::cudev::RemapPtr1< SrcPtr, MapPtr >

Public Member Functions

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

Public Attributes

int cols
 
int rows
 
- Public Attributes inherited from cv::cudev::RemapPtr1< SrcPtr, MapPtr >
MapPtr map
 
SrcPtr src
 

Additional Inherited Members

- Public Types inherited from cv::cudev::RemapPtr1< SrcPtr, MapPtr >
typedef PtrTraits< MapPtr >
::index_type 
index_type
 
typedef PtrTraits< SrcPtr >
::value_type 
value_type
 

Member Function Documentation

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

Member Data Documentation

template<class SrcPtr , class MapPtr >
int cv::cudev::RemapPtr1Sz< SrcPtr, MapPtr >::cols
template<class SrcPtr , class MapPtr >
int cv::cudev::RemapPtr1Sz< SrcPtr, MapPtr >::rows

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