QualityMSE class
Constructors
- QualityMSE.create(Mat img)
-
Create an object which calculates quality.
factory
-
QualityMSE.fromPointer(Pointer<
QualityMSE> ptr, [bool attach = true])
Properties
Methods
-
compute(
Mat cmpImgs) → Scalar - Computes MSE for reference images supplied in class constructor and provided comparison images.
-
computeAsync(
Mat cmpImgs) → Future< Scalar> - async version of compute
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- finalizer → NativeFinalizer
-
final