| SuperResolution Constructor |
http://www.emgu.com
Create a super resolution solver for the given frameSource
Namespace: Emgu.CV.SuperresAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic SuperResolution(
SuperResolutionOpticalFlowType type,
FrameSource frameSource
)
Public Sub New (
type As SuperResolutionOpticalFlowType,
frameSource As FrameSource
)
public:
SuperResolution(
SuperResolutionOpticalFlowType type,
FrameSource^ frameSource
)
new :
type : SuperResolutionOpticalFlowType *
frameSource : FrameSource -> SuperResolutionParameters
- type
- Type: Emgu.CV.SuperresSuperResolutionOpticalFlowType
The type of optical flow algorithm to use - frameSource
- Type: Emgu.CV.SuperresFrameSource
The frameSource
See Also