Table of Contents

Class SuperResolution

Namespace
Emgu.CV.Superres
Assembly
Emgu.CV.dll

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.OpticalFlowType

The type of optical flow algorithm to use

frameSource FrameSource

The frameSource

Fields

_frameSourcePtr

The pointer to the frame source

protected nint _frameSourcePtr

Field Value

nint

Properties

FrameSourcePtr

Get the pointer to the frame source

protected override nint FrameSourcePtr { get; }

Property Value

nint

Methods

DisposeObject()

Release all the unmanaged memory associated to this object

protected override void DisposeObject()