| SuperResolutionSetInput Method |
Set input frame source for Super Resolution algorithm.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public virtual void SetInput(
FrameSource fs
)
Public Overridable Sub SetInput (
fs As FrameSource
)
public:
virtual void SetInput(
FrameSource^ fs
)
abstract SetInput :
fs : FrameSource -> unit
override SetInput :
fs : FrameSource -> unit
Parameters
- fs
- Type: OpenCvSharpFrameSource
Input frame source
See Also