Click or drag to resize

QualityInvokeCompute Method

http://www.emgu.com
Compute quality score per channel with the per-channel score in each element of the result

Namespace:  Emgu.CV.Quality
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static MCvScalar Compute(
	this IQualityBase qualityBase,
	IInputArrayOfArrays cmpImgs
)

Parameters

qualityBase
Type: Emgu.CV.QualityIQualityBase
The quality base object
cmpImgs
Type: Emgu.CVIInputArrayOfArrays
Comparison image(s), or image(s) to evaluate for no-reference quality algorithms

Return Value

Type: MCvScalar
Quality score per channel

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IQualityBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also