Class SuperResolution
Supper resolution
public class SuperResolution : FrameSource, IDisposable
- Inheritance
-
SuperResolution
- Implements
- Inherited Members
Constructors
SuperResolution(OpticalFlowType, FrameSource)
Create a super resolution solver for the given frameSource
public SuperResolution(SuperResolution.OpticalFlowType type, FrameSource frameSource)
Parameters
type
SuperResolution.OpticalFlowTypeThe type of optical flow algorithm to use
frameSource
FrameSourceThe frameSource
Fields
_frameSourcePtr
The pointer to the frame source
protected nint _frameSourcePtr
Field Value
Properties
FrameSourcePtr
Get the pointer to the frame source
protected override nint FrameSourcePtr { get; }
Property Value
Methods
DisposeObject()
Release all the unmanaged memory associated to this object
protected override void DisposeObject()