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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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