Click or drag to resize

SuperResolution.SetInput Method

Set input frame source for Super Resolution algorithm.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public virtual void SetInput(
	FrameSource fs
)

Parameters

fs
Type: OpenCvSharp.FrameSource
Input frame source
See Also