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

#include <opencv2/cudalegacy/NCV.hpp>

NCVVectorReuse< T > 的协作图

公共成员函数

 NCVVectorReuse (const NCVMemSegment &memSegment)
 
 NCVVectorReuse (const NCVMemSegment &memSegment, Ncv32u length_)
 
NcvBool isMemReused () const
 
- 从 NCVVector< T > 继承的公共成员函数
 NCVVector ()
 
virtual ~NCVVector ()
 
void clear ()
 
NCVStatus copySolid (NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const
 
size_t length () const
 
NCVMemoryType memType () const
 
T * ptr () const
 

其他继承成员

- 从 NCVVector< T > 继承的受保护属性
size_t _length
 
NCVMemoryType _memtype
 
T * _ptr
 

详细说明

template<class T>
class NCVVectorReuse< T >

NCVVectorReuse

构造函数和析构函数文档

◆ NCVVectorReuse() [1/2]

template<class T >
NCVVectorReuse< T >::NCVVectorReuse ( const NCVMemSegment memSegment)
inlineexplicit
此函数的调用图

◆ NCVVectorReuse() [2/2]

template<class T >
NCVVectorReuse< T >::NCVVectorReuse ( const NCVMemSegment memSegment,
Ncv32u  length_ 
)
inline
此函数的调用图

成员函数文档

◆ isMemReused()

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

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