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

cv::ogl::Texture2D のすべてのメンバ一覧 (継承されたメンバを含む) である。

bind() constcv::ogl::Texture2D
cols() constcv::ogl::Texture2D
copyFrom(InputArray arr, bool autoRelease=false)cv::ogl::Texture2D
copyTo(OutputArray arr, int ddepth=CV_32F, bool autoRelease=false) constcv::ogl::Texture2D
create(int arows, int acols, Format aformat, bool autoRelease=false)cv::ogl::Texture2D
create(Size asize, Format aformat, bool autoRelease=false)cv::ogl::Texture2D
DEPTH_COMPONENT enum valuecv::ogl::Texture2D
empty() constcv::ogl::Texture2D
Format enum namecv::ogl::Texture2D
format() constcv::ogl::Texture2D
NONE enum valuecv::ogl::Texture2D
release()cv::ogl::Texture2D
RGB enum valuecv::ogl::Texture2D
RGBA enum valuecv::ogl::Texture2D
rows() constcv::ogl::Texture2D
setAutoRelease(bool flag)cv::ogl::Texture2D
size() constcv::ogl::Texture2D
texId() constcv::ogl::Texture2D
Texture2D()cv::ogl::Texture2D
Texture2D(int arows, int acols, Format aformat, unsigned int atexId, bool autoRelease=false)cv::ogl::Texture2D
Texture2D(Size asize, Format aformat, unsigned int atexId, bool autoRelease=false)cv::ogl::Texture2D
Texture2D(int arows, int acols, Format aformat, bool autoRelease=false)cv::ogl::Texture2D
Texture2D(Size asize, Format aformat, bool autoRelease=false)cv::ogl::Texture2D
Texture2D(InputArray arr, bool autoRelease=false)cv::ogl::Texture2Dexplicit