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

クラス

class  cv::superres::FrameSource
 
class  cv::superres::SuperResolution
 超解像アルゴリズムの基底クラス。 続き...
 

名前空間

namespace  cv
 
namespace  cv::superres
 

関数

Ptr< FrameSourcecv::superres::createFrameSource_Camera (int deviceId=0)
 
Ptr< FrameSourcecv::superres::createFrameSource_Empty ()
 
Ptr< FrameSourcecv::superres::createFrameSource_Video (const String &fileName)
 
Ptr< FrameSourcecv::superres::createFrameSource_Video_CUDA (const String &fileName)
 
Ptr< SuperResolutioncv::superres::createSuperResolution_BTVL1 ()
 Bilateral TV-L1 超解像を作成する。
 
Ptr< SuperResolutioncv::superres::createSuperResolution_BTVL1_CUDA ()