OpenCV 4.10.0
开源计算机视觉
加载中…
搜索中…
无匹配项
公共成员函数 | 受保护的属性 | 所有成员列表
NCVMatrix< T > 类模板参考

#include <opencv2/cudalegacy/NCV.hpp>

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
 

受保护的属性

Ncv32u _height
 
NCVMemoryType _memtype
 
Ncv32u _pitch
 
T * _ptr
 
Ncv32u _width
 

详细描述

template<class T>
class NCVMatrix< T >

NCVMatrix (二维)

构造函数和析构函数文档

◆ NCVMatrix()

template<class T >
NCVMatrix< T >::NCVMatrix ( )
inline
此函数的调用图如下

◆ ~NCVMatrix()

template<class T >
virtual NCVMatrix< T >::~NCVMatrix ( )
inlinevirtual

成员函数文档

◆ at()

template<class T >
T & NCVMatrix< T >::at ( Ncv32u  x,
Ncv32u  y 
) const
inline

◆ clear()

template<class T >
void NCVMatrix< T >::clear ( )
inline

◆ copy2D()

template<class T >
NCVStatus NCVMatrix< T >::copy2D ( NCVMatrix< T > &  dst,
NcvSize32u  roi,
cudaStream_t  cuStream 
) const
inline
此函数的调用图如下

◆ copySolid()

template<class T >
NCVStatus NCVMatrix< T >::copySolid ( NCVMatrix< T > &  dst,
cudaStream_t  cuStream,
size_t  howMuch = 0 
) const
inline
此函数的调用图如下

◆ height()

template<class T >
Ncv32u NCVMatrix< T >::height ( ) const
inline

◆ memType()

template<class T >
NCVMemoryType NCVMatrix< T >::memType ( ) const
inline

◆ pitch()

template<class T >
Ncv32u NCVMatrix< T >::pitch ( ) const
inline

◆ ptr()

template<class T >
T * NCVMatrix< T >::ptr ( ) const
inline

◆ size()

template<class T >
NcvSize32u NCVMatrix< T >::size ( ) const
inline

◆ stride()

template<class T >
Ncv32u NCVMatrix< T >::stride ( ) const
inline

◆ width()

template<class T >
Ncv32u NCVMatrix< T >::width ( ) const
inline

成员数据文档

◆ _height

template<class T >
Ncv32u NCVMatrix< T >::_height
protected

◆ _memtype

template<class T >
NCVMemoryType NCVMatrix< T >::_memtype
protected

◆ _pitch

template<class T >
Ncv32u NCVMatrix< T >::_pitch
protected

◆ _ptr

template<class T >
T* NCVMatrix< T >::_ptr
protected

◆ _width

template<class T >
Ncv32u NCVMatrix< T >::_width
protected

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