Table of Contents

Class QualityMSE

Namespace
Emgu.CV.Quality
Assembly
Emgu.CV.dll

Mean square error algorithm

public class QualityMSE : SharedPtrObject, IDisposable, IQualityBase, IAlgorithm
Inheritance
QualityMSE
Implements
Inherited Members
Extension Methods

Constructors

QualityMSE(IInputArrayOfArrays)

Create a new instance of MSE quality measurement.

public QualityMSE(IInputArrayOfArrays refImgs)

Parameters

refImgs IInputArrayOfArrays

vector of reference images, converted to internal type

Properties

AlgorithmPtr

Pointer to the native algorithm object

public nint AlgorithmPtr { get; }

Property Value

nint

QualityBasePtr

Pointer to the native QualityBase object

public nint QualityBasePtr { get; }

Property Value

nint

Methods

DisposeObject()

Release the unmanaged memory associated with this object

protected override void DisposeObject()