Click or drag to resize

SuperResolution Constructor

http://www.emgu.com
Create a super resolution solver for the given frameSource

Namespace:  Emgu.CV.Superres
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public SuperResolution(
	SuperResolutionOpticalFlowType type,
	FrameSource frameSource
)

Parameters

type
Type: Emgu.CV.SuperresSuperResolutionOpticalFlowType
The type of optical flow algorithm to use
frameSource
Type: Emgu.CV.SuperresFrameSource
The frameSource
See Also