|
virtual void | collectGarbage () |
| Clear all inner buffers. More...
|
|
virtual double | getAlpha () const =0 |
| Parameter of spacial distribution in Bilateral-TV. More...
|
|
virtual int | getBlurKernelSize () const =0 |
| Gaussian blur kernel size. More...
|
|
virtual double | getBlurSigma () const =0 |
| Gaussian blur sigma. More...
|
|
virtual int | getIterations () const =0 |
| Iterations count. More...
|
|
virtual int | getKernelSize () const =0 |
| Kernel size of Bilateral-TV filter. More...
|
|
virtual double | getLabmda () const =0 |
| Weight parameter to balance data term and smoothness term. More...
|
|
virtual Ptr< cv::superres::DenseOpticalFlowExt > | getOpticalFlow () const =0 |
| Dense optical flow algorithm. More...
|
|
virtual int | getScale () const =0 |
| Scale factor. More...
|
|
virtual double | getTau () const =0 |
| Asymptotic value of steepest descent method. More...
|
|
virtual int | getTemporalAreaRadius () const =0 |
| Radius of the temporal search area. More...
|
|
void | nextFrame (OutputArray frame) CV_OVERRIDE |
| Process next frame from input and return output result. More...
|
|
void | reset () CV_OVERRIDE |
|
virtual void | setAlpha (double val)=0 |
| Parameter of spacial distribution in Bilateral-TV. More...
|
|
virtual void | setBlurKernelSize (int val)=0 |
| Gaussian blur kernel size. More...
|
|
virtual void | setBlurSigma (double val)=0 |
| Gaussian blur sigma. More...
|
|
void | setInput (const Ptr< FrameSource > &frameSource) |
| Set input frame source for Super Resolution algorithm. More...
|
|
virtual void | setIterations (int val)=0 |
| Iterations count. More...
|
|
virtual void | setKernelSize (int val)=0 |
| Kernel size of Bilateral-TV filter. More...
|
|
virtual void | setLabmda (double val)=0 |
| Weight parameter to balance data term and smoothness term. More...
|
|
virtual void | setOpticalFlow (const Ptr< cv::superres::DenseOpticalFlowExt > &val)=0 |
| Dense optical flow algorithm. More...
|
|
virtual void | setScale (int val)=0 |
| Scale factor. More...
|
|
virtual void | setTau (double val)=0 |
| Asymptotic value of steepest descent method. More...
|
|
virtual void | setTemporalAreaRadius (int val)=0 |
| Radius of the temporal search area. More...
|
|
| Algorithm () |
|
virtual | ~Algorithm () |
|
virtual void | clear () |
| Clears the algorithm state. More...
|
|
virtual bool | empty () const |
| Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. More...
|
|
virtual String | getDefaultName () const |
|
virtual void | read (const FileNode &fn) |
| Reads algorithm parameters from a file storage. More...
|
|
virtual void | save (const String &filename) const |
|
virtual void | write (FileStorage &fs) const |
| Stores algorithm parameters in a file storage. More...
|
|
void | write (const Ptr< FileStorage > &fs, const String &name=String()) const |
| simplified API for language bindings This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
virtual | ~FrameSource () |
|