Click or drag to resize

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
)

Parameters

fs
Type: OpenCvSharpFrameSource
Input frame source
See Also