OpenCV  3.4.19
Open Source Computer Vision
Public Attributes | List of all members
cv::cudev::ConstantPtrSz< T > Struct Template Reference

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

Inheritance diagram for cv::cudev::ConstantPtrSz< T >:
cv::cudev::ConstantPtr< T >

Public Attributes

int cols
 
int rows
 
- Public Attributes inherited from cv::cudev::ConstantPtr< T >
value
 

Additional Inherited Members

- Public Types inherited from cv::cudev::ConstantPtr< T >
typedef int index_type
 
typedef T value_type
 
- Public Member Functions inherited from cv::cudev::ConstantPtr< T >
__device__ __forceinline__ T operator() (int, int) const
 

Member Data Documentation

◆ cols

template<typename T>
int cv::cudev::ConstantPtrSz< T >::cols

◆ rows

template<typename T>
int cv::cudev::ConstantPtrSz< T >::rows

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