OpenCV 4.12.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 (2D)

建構函式 & 解構函式文件

◆ 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
保護

◆ _memtype

template<class T >
NCVMemoryType NCVMatrix< T >::_memtype
保護

◆ _pitch

template<class T >
Ncv32u NCVMatrix< T >::_pitch
保護

◆ _ptr

template<class T >
T* NCVMatrix< T >::_ptr
保護

◆ _width

template<class T >
Ncv32u NCVMatrix< T >::_width
保護

此類文件從以下檔案生成