SuperResolution Constructor |
http://www.emgu.com
Create a super resolution solver for the given frameSource
Namespace: Emgu.CV.SuperresAssembly: Emgu.CV.Superres (in Emgu.CV.Superres.dll) Version: 3.0.0.2161 (3.0.0.2161)
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