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

#include <opencv2/cudalegacy/NCV.hpp>

NCVMatrixAlloc< T > 的協作圖

公共成員函式

 NCVMatrixAlloc (INCVMemAllocator &allocator_, Ncv32u width_, Ncv32u height_, Ncv32u pitch_=0)
 
 ~NCVMatrixAlloc ()
 
Ncv32u getAllocatorsAlignment () const
 
NCVMemSegment getSegment () const
 
NcvBool isMemAllocated () 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 NCVMatrixAlloc< T >

NCVMatrixAlloc

建構函式 & 解構函式文件

◆ NCVMatrixAlloc()

template<class T >
NCVMatrixAlloc< T >::NCVMatrixAlloc ( INCVMemAllocator & allocator_,
Ncv32u width_,
Ncv32u height_,
Ncv32u pitch_ = 0 )
inline
此函式的呼叫圖如下

◆ ~NCVMatrixAlloc()

template<class T >
NCVMatrixAlloc< T >::~NCVMatrixAlloc ( )
inline
此函式的呼叫圖如下

成員函式文件

◆ getAllocatorsAlignment()

template<class T >
Ncv32u NCVMatrixAlloc< T >::getAllocatorsAlignment ( ) const
inline
此函式的呼叫圖如下

◆ getSegment()

template<class T >
NCVMemSegment NCVMatrixAlloc< T >::getSegment ( ) const
inline

◆ isMemAllocated()

template<class T >
NcvBool NCVMatrixAlloc< T >::isMemAllocated ( ) const
inline
此函式的呼叫圖如下

該類的文件從以下檔案生成