Class QualityMSE
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
IInputArrayOfArraysvector of reference images, converted to internal type
Properties
AlgorithmPtr
Pointer to the native algorithm object
public nint AlgorithmPtr { get; }
Property Value
QualityBasePtr
Pointer to the native QualityBase object
public nint QualityBasePtr { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this object
protected override void DisposeObject()