OpenCV  4.10.0
开源计算机视觉
加载...
正在搜索...
找不到匹配项
| 命名空间 | 函数
superres.hpp 文件参考
#include "opencv2/core.hpp"
#include "opencv2/superres/optical_flow.hpp"
superres.hpp 的 include 依赖关系图

类  cv::superres::FrameSource
 
类  cv::superres::SuperResolution
 超分辨率算法的基类。更多内容...
 

命名空间

命名空间  cv
 与磁盘上的文件关联的文件存储的“黑盒”展现。
 
命名空间  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 ()
 创建双边 TV-L1 超分辨率。
 
Ptr< SuperResolutioncv::superres::createSuperResolution_BTVL1_CUDA ()