OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::cudev::PtrTraits< Expr< Body > > Struct Template Reference

#include <opencv2/cudev/expr/expr.hpp>

Public Types

typedef Expr< Body > ptr_sz_type
typedef PtrTraits< Body >::ptr_type ptr_type
typedef ptr_type::value_type value_type
Public Types inherited from cv::cudev::PtrTraitsBase< Ptr2DSz, Ptr2D >
typedef Ptr2D::index_type index_type
typedef Ptr2DSz ptr_sz_type
typedef Ptr2D ptr_type
typedef Ptr2D::value_type value_type

Static Public Member Functions

static __host__ int getCols (const Expr< Body > &expr)
static __host__ int getRows (const Expr< Body > &expr)
static __host__ ptr_type shrinkPtr (const Expr< Body > &expr)
Static Public Member Functions inherited from cv::cudev::PtrTraitsBase< Ptr2DSz, Ptr2D >
static __host__ int getCols (const Ptr2DSz &ptr)
static __host__ int getRows (const Ptr2DSz &ptr)
static __host__ Ptr2D shrinkPtr (const Ptr2DSz &ptr)

Member Typedef Documentation

◆ ptr_sz_type

template<class Body>
typedef Expr<Body> cv::cudev::PtrTraits< Expr< Body > >::ptr_sz_type

◆ ptr_type

template<class Body>
typedef PtrTraits<Body>::ptr_type cv::cudev::PtrTraits< Expr< Body > >::ptr_type

◆ value_type

template<class Body>
typedef ptr_type::value_type cv::cudev::PtrTraits< Expr< Body > >::value_type

Member Function Documentation

◆ getCols()

template<class Body>
__host__ int cv::cudev::PtrTraits< Expr< Body > >::getCols ( const Expr< Body > & expr)
inlinestatic

◆ getRows()

template<class Body>
__host__ int cv::cudev::PtrTraits< Expr< Body > >::getRows ( const Expr< Body > & expr)
inlinestatic

◆ shrinkPtr()

template<class Body>
__host__ ptr_type cv::cudev::PtrTraits< Expr< Body > >::shrinkPtr ( const Expr< Body > & expr)
inlinestatic

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