OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
superres.hpp File Reference

Classes

class  cv::superres::FrameSource
class  cv::superres::SuperResolution
 Base class for Super Resolution algorithms. More...

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
namespace  cv::superres

Functions

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 ()
 Create Bilateral TV-L1 Super Resolution.
Ptr< SuperResolutioncv::superres::createSuperResolution_BTVL1_CUDA ()