Click or drag to resize

QualityInvokeGetQualityMaps Method

http://www.emgu.com
Returns output quality map images that were generated during computation, if supported by the algorithm.

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 void GetQualityMaps(
	this IQualityBase qualityBase,
	IOutputArrayOfArrays dst
)

Parameters

qualityBase
Type: Emgu.CV.QualityIQualityBase
The quality base object
dst
Type: Emgu.CVIOutputArrayOfArrays
Output quality map images that were generated during computation, if supported by the algorithm.

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