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

cv::cudev::TextureOff< T, R > の全メンバーの一覧(継承されたメンバーを含む)。

operator TextureOffPtr< T, R >() constcv::cudev::TextureOff< T, R >inline
operator=(const TextureOff &)=defaultcv::cudev::TextureOff< T, R >
operator=(TextureOff &&)=defaultcv::cudev::TextureOff< T, R >
TextureOff(const TextureOff &)=defaultcv::cudev::TextureOff< T, R >
TextureOff(TextureOff &&)=defaultcv::cudev::TextureOff< T, R >
TextureOff(const int rows, const int cols, T *data, const size_t step, const int yoff_=0, const int xoff_=0, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType)cv::cudev::TextureOff< T, R >inline
TextureOff(PtrStepSz< T > src, const int yoff_=0, const int xoff_=0, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType)cv::cudev::TextureOff< T, R >inline