| SuperResolutionSetInput Method  | 
        
         
            Set input frame source for Super Resolution algorithm.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic 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
See Also