Click or drag to resize

AlgorithmExtensionsGetDefaultName Method

http://www.emgu.com
Returns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static string GetDefaultName(
	this IAlgorithm algorithm
)

Parameters

algorithm
Type: Emgu.CVIAlgorithm
The algorithm

Return Value

Type: String
Returns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IAlgorithm. 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