OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
NCVMatrixReuse< T > 類模板參考

#include <opencv2/cudalegacy/NCV.hpp>

NCVMatrixReuse< T > 的協作圖

公共成員函式

 NCVMatrixReuse (const NCVMatrix< T > &mat, NcvRect32u roi)
 
 NCVMatrixReuse (const NCVMemSegment &memSegment, Ncv32u 對齊, 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

此類文件是從以下檔案生成的