AlgorithmGetDefaultName Method
|
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:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual string GetDefaultName()
Public Overridable Function GetDefaultName As String
public:
virtual String^ GetDefaultName()
abstract GetDefaultName : unit -> string
override GetDefaultName : unit -> string
function GetDefaultName();
Return Value
Type:
String
See Also