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

コピー不可のスマートCUDAテクスチャオブジェクト 詳細...

#include <opencv2/cudev/ptr2d/texture.hpp>

Collaboration diagram for cv::cudev::UniqueTexture< T, R >:

公開メンバ関数

__host__ UniqueTexture () noexcept
 
__host__ UniqueTexture (const int rows, const int cols, T *data, const size_t step, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType)
 
__host__ UniqueTexture (const size_t sizeInBytes, T *data, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType)
 
__host__ UniqueTexture (UniqueTexture &&other) noexcept
 
__host__ UniqueTexture (UniqueTexture &)=delete
 
__host__ ~UniqueTexture ()
 
__host__ cudaTextureObject_t get () const noexcept
 
__host__ operator bool () const noexcept
 
__host__ UniqueTextureoperator= (const UniqueTexture &)=delete
 
__host__ UniqueTextureoperator= (UniqueTexture &&other) noexcept
 

詳細説明

template<class T, class R = T>
class cv::cudev::UniqueTexture< T, R >

コピー不可のスマートCUDAテクスチャオブジェクト

UniqueTexture は cudaTextureObject_t ハンドルのスマートで共有不可なラッパーであり、使用後にハンドルが確実に破棄されることを保証する。


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