OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
没有匹配项
公共成员函数 | 所有成员列表
NCVMatrixReuse< T > 类模板参考

#include <opencv2/cudalegacy/NCV.hpp>

NCVMatrixReuse< T > 的协作图

公共成员函数

 NCVMatrixReuse (const NCVMatrix< T > &mat, NcvRect32u roi)
 
 NCVMatrixReuse (const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width_, Ncv32u height_, Ncv32u pitch_=0, NcvBool bSkipPitchCheck=false)
 
NcvBool isMemReused () const
 
- 从 NCVMatrix< T > 继承的公共成员函数
 NCVMatrix ()
 
virtual ~NCVMatrix ()
 
T & at (Ncv32u x, Ncv32u y) const
 
void clear ()
 
NCVStatus copy2D (NCVMatrix< T > &dst, NcvSize32u roi, cudaStream_t cuStream) const
 
NCVStatus copySolid (NCVMatrix< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const
 
Ncv32u height () const
 
NCVMemoryType memType () const
 
Ncv32u pitch () const
 
T * ptr () const
 
NcvSize32u size () const
 
Ncv32u stride () const
 
Ncv32u width () const
 

其他继承成员

- 从 NCVMatrix< T > 继承的受保护属性
Ncv32u _height
 
NCVMemoryType _memtype
 
Ncv32u _pitch
 
T * _ptr
 
Ncv32u _width
 

详细描述

template<class T>
class NCVMatrixReuse< T >

NCVMatrixReuse

构造函数和析构函数文档

◆ NCVMatrixReuse() [1/2]

template<class T >
NCVMatrixReuse< T >::NCVMatrixReuse ( const NCVMemSegment memSegment,
Ncv32u  alignment,
Ncv32u  width_,
Ncv32u  height_,
Ncv32u  pitch_ = 0,
NcvBool  bSkipPitchCheck = false 
)
inline
此函数的调用图

◆ NCVMatrixReuse() [2/2]

template<class T >
NCVMatrixReuse< T >::NCVMatrixReuse ( const NCVMatrix< T > &  mat,
NcvRect32u  roi 
)
inline
此函数的调用图

成员函数文档

◆ isMemReused()

template<class T >
NcvBool NCVMatrixReuse< T >::isMemReused ( ) const
inline

此类的文档是从以下文件生成的