Table of Contents

Class QualitySSIM

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

Structural similarity algorithm

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

Constructors

QualitySSIM(IInputArrayOfArrays)

Create an object which calculates quality via mean square error.

public QualitySSIM(IInputArrayOfArrays refImgs)

Parameters

refImgs IInputArrayOfArrays

input image(s) to use as the source for comparison

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()