OpenCV  4.5.2
Open Source Computer Vision
Public Member Functions | List of all members
cv::superres::FrameSource Class Referenceabstract

#include <opencv2/superres.hpp>

Inheritance diagram for cv::superres::FrameSource:
cv::superres::SuperResolution

Public Member Functions

virtual ~FrameSource ()
 
virtual void nextFrame (OutputArray frame)=0
 
virtual void reset ()=0
 

Constructor & Destructor Documentation

◆ ~FrameSource()

virtual cv::superres::FrameSource::~FrameSource ( )
virtual

Member Function Documentation

◆ nextFrame()

virtual void cv::superres::FrameSource::nextFrame ( OutputArray  frame)
pure virtual

◆ reset()

virtual void cv::superres::FrameSource::reset ( )
pure virtual

The documentation for this class was generated from the following file: