超分辨率算法的基类。 更多…
#include <opencv2/superres.hpp>
超分辨率算法的基类。
该类仅用于定义整个超分辨率算法族的公共接口。
◆ SuperResolution()
cv::superres::SuperResolution::SuperResolution |
( |
| ) |
|
|
protected |
◆ collectGarbage()
virtual void cv::superres::SuperResolution::collectGarbage |
( |
| ) |
|
|
virtual |
◆ getAlpha()
virtual double cv::superres::SuperResolution::getAlpha |
( |
| ) |
const |
|
纯虚函数 |
◆ getBlurKernelSize()
virtual int cv::superres::SuperResolution::getBlurKernelSize |
( |
| ) |
const |
|
纯虚函数 |
◆ getBlurSigma()
virtual double cv::superres::SuperResolution::getBlurSigma |
( |
| ) |
const |
|
纯虚函数 |
◆ getIterations()
virtual int cv::superres::SuperResolution::getIterations |
( |
| ) |
const |
|
纯虚函数 |
◆ getKernelSize()
virtual int cv::superres::SuperResolution::getKernelSize |
( |
| ) |
const |
|
纯虚函数 |
◆ getLambda()
virtual double cv::superres::SuperResolution::getLambda |
( |
| ) |
const |
|
纯虚函数 |
◆ getOpticalFlow()
◆ getScale()
virtual int cv::superres::SuperResolution::getScale |
( |
| ) |
const |
|
纯虚函数 |
◆ getTau()
virtual double cv::superres::SuperResolution::getTau |
( |
| ) |
const |
|
纯虚函数 |
◆ getTemporalAreaRadius()
virtual int cv::superres::SuperResolution::getTemporalAreaRadius |
( |
| ) |
const |
|
纯虚函数 |
◆ initImpl()
virtual void cv::superres::SuperResolution::initImpl |
( |
Ptr< FrameSource > & | frameSource | ) |
|
|
protected纯虚函数 |
◆ nextFrame()
void cv::superres::SuperResolution::nextFrame |
( |
OutputArray | frame | ) |
|
|
virtual |
◆ processImpl()
◆ reset()
void cv::superres::SuperResolution::reset |
( |
| ) |
|
|
virtual |
◆ setAlpha()
virtual void cv::superres::SuperResolution::setAlpha |
( |
double | val | ) |
|
|
纯虚函数 |
◆ setBlurKernelSize()
virtual void cv::superres::SuperResolution::setBlurKernelSize |
( |
int | val | ) |
|
|
纯虚函数 |
◆ setBlurSigma()
virtual void cv::superres::SuperResolution::setBlurSigma |
( |
double | val | ) |
|
|
纯虚函数 |
◆ setInput()
void cv::superres::SuperResolution::setInput |
( |
const Ptr< FrameSource > & | frameSource | ) |
|
◆ setIterations()
virtual void cv::superres::SuperResolution::setIterations |
( |
int | val | ) |
|
|
纯虚函数 |
◆ setKernelSize()
virtual void cv::superres::SuperResolution::setKernelSize |
( |
int | val | ) |
|
|
纯虚函数 |
◆ setLambda()
virtual void cv::superres::SuperResolution::setLambda |
( |
double | val | ) |
|
|
纯虚函数 |
◆ setOpticalFlow()
◆ setScale()
virtual void cv::superres::SuperResolution::setScale |
( |
int | val | ) |
|
|
纯虚函数 |
◆ setTau()
virtual void cv::superres::SuperResolution::setTau |
( |
double | val | ) |
|
|
纯虚函数 |
◆ setTemporalAreaRadius()
virtual void cv::superres::SuperResolution::setTemporalAreaRadius |
( |
int | val | ) |
|
|
纯虚函数 |
◆ isUmat_
bool cv::superres::SuperResolution::isUmat_ |
|
protected |
该类的文档是从以下文件生成的: