OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。

#include <opencv2/cudalegacy/NCV.hpp>

Collaboration diagram for NCVMatrixAlloc< T >:

公開メンバ関数

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

Additional Inherited Members

- Protected Attributes inherited from 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
この関数の呼び出しグラフ:

このクラス詳解は次のファイルから抽出されました: