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::LaplacianPtrSz< ksize, SrcPtr > Struct Template Reference

#include "deriv.hpp"

Inheritance diagram for cv::cudev::LaplacianPtrSz< ksize, SrcPtr >:
cv::cudev::LaplacianPtr< ksize, SrcPtr >

Public Member Functions

template<typename T >
__host__ void assignTo (GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
 

Public Attributes

int cols
 
int rows
 

Member Function Documentation

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

Member Data Documentation

template<int ksize, class SrcPtr >
int cv::cudev::LaplacianPtrSz< ksize, SrcPtr >::cols
template<int ksize, class SrcPtr >
int cv::cudev::LaplacianPtrSz< ksize, SrcPtr >::rows

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