C# Class OpenCvSharp.SuperResolutionImpl

class for defined Super Resolution algorithm.
Inheritance: OpenCvSharp.SuperResolution
Mostra file Open project: shimat/opencvsharp Class Usage Examples

Public Methods

Method Description
CollectGarbage ( ) : void

NextFrame ( OutputArray frame ) : void

Reset ( ) : void

SetInput ( FrameSource fs ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases the resources

InitImpl ( FrameSource fs ) : void

ProcessImpl ( FrameSource fs, OutputArray output ) : void

Private Methods

Method Description
FromPtr ( IntPtr ptr ) : SuperResolutionImpl

Creates instance from cv::Ptr<T> . ptr is disposed when the wrapper disposes.

FromRawPtr ( IntPtr ptr ) : SuperResolutionImpl

Creates instance from raw pointer T*

SuperResolutionImpl ( ) : System

Method Details

CollectGarbage() public method

public CollectGarbage ( ) : void
return void

Dispose() protected method

Releases the resources
protected Dispose ( bool disposing ) : void
disposing bool /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. ///
return void

InitImpl() protected method

protected InitImpl ( FrameSource fs ) : void
fs FrameSource
return void

NextFrame() public method

public NextFrame ( OutputArray frame ) : void
frame OutputArray
return void

ProcessImpl() protected method

protected ProcessImpl ( FrameSource fs, OutputArray output ) : void
fs FrameSource
output OutputArray
return void

Reset() public method

public Reset ( ) : void
return void

SetInput() public method

public SetInput ( FrameSource fs ) : void
fs FrameSource
return void