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

#include <opencv2/cudalegacy/NCV.hpp>

Collaboration diagram for NCVVectorReuse< T >:

公開メンバ関数

 NCVVectorReuse (const NCVMemSegment &memSegment)
 
 NCVVectorReuse (const NCVMemSegment &memSegment, Ncv32u length_)
 
NcvBool isMemReused () const
 
- Public Member Functions inherited from NCVVector< T >
 NCVVector ()
 
virtual ~NCVVector ()
 
void clear ()
 
NCVStatus copySolid (NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const
 
size_t length () const
 
NCVMemoryType memType () const
 
T * ptr () const
 

Additional Inherited Members

- Protected Attributes inherited from NCVVector< T >
size_t _length
 
NCVMemoryType _memtype
 
T * _ptr
 

詳細説明

template<class T>
class NCVVectorReuse< T >

NCVVectorReuse

構築子と解体子の詳解

◆ NCVVectorReuse() [1/2]

template<class T >
NCVVectorReuse< T >::NCVVectorReuse ( const NCVMemSegment & memSegment)
inlineexplicit
この関数の呼び出しグラフ:

◆ NCVVectorReuse() [2/2]

template<class T >
NCVVectorReuse< T >::NCVVectorReuse ( const NCVMemSegment & memSegment,
Ncv32u length_ )
inline
この関数の呼び出しグラフ:

メンバ関数詳解

◆ isMemReused()

template<class T >
NcvBool NCVVectorReuse< T >::isMemReused ( ) const
inline

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