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)
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 -> SuperResolution
Parameters
- type
- Type: Emgu.CV.SuperresSuperResolutionOpticalFlowType
The type of optical flow algorithm to use - frameSource
- Type: Emgu.CV.SuperresFrameSource
The frameSource
See Also