超级分辨率算法的基类。更多...
#include <opencv2/superres.hpp>
超分辨率算法的基类。
该类只用于为整个超分辨率算法家族定义通用接口。
◆ SuperResolution()
cv::superres::SuperResolution::SuperResolution |
( |
| ) |
|
|
受保护的 |
◆ collectGarbage()
virtual void cv::superres::SuperResolution::collectGarbage |
( |
| ) |
|
|
虚拟的 |
◆ 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 | ) |
|
|
protectedpure virtual |
◆ nextFrame()
void cv::superres::SuperResolution::nextFrame |
( |
OutputArray |
frame | ) |
|
|
虚拟的 |
◆ processImpl()
◆ reset()
void cv::superres::SuperResolution::reset |
( |
| ) |
|
|
虚拟的 |
◆ 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_ |
|
受保护的 |
本类的文档是根据以下文件生成的