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

これは cv::cudev::Texture< T, R > の全メンバーの一覧で、継承されたメンバーをすべて含む。

colscv::cudev::Texture< T, R >
operator bool() const noexceptcv::cudev::Texture< T, R >inlineexplicit
operator TexturePtr< T, R >() constcv::cudev::Texture< T, R >inline
operator=(const Texture &)=defaultcv::cudev::Texture< T, R >
operator=(Texture &&)=defaultcv::cudev::Texture< T, R >
rowscv::cudev::Texture< T, R >
Texture()=defaultcv::cudev::Texture< T, R >
Texture(const Texture &)=defaultcv::cudev::Texture< T, R >
Texture(Texture &&)=defaultcv::cudev::Texture< T, R >
Texture(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)cv::cudev::Texture< T, R >inline
Texture(const size_t sizeInBytes, T *data, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType)cv::cudev::Texture< T, R >inline
Texture(PtrStepSz< T > src, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType)cv::cudev::Texture< T, R >inline
texturecv::cudev::Texture< T, R >protected