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

#include <opencv2/cudalegacy/NCV.hpp>

Collaboration diagram for 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
protected

◆ _memtype

template<class T >
NCVMemoryType NCVMatrix< T >::_memtype
protected

◆ _pitch

template<class T >
Ncv32u NCVMatrix< T >::_pitch
protected

◆ _ptr

template<class T >
T* NCVMatrix< T >::_ptr
protected

◆ _width

template<class T >
Ncv32u NCVMatrix< T >::_width
protected

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