http://www.emgu.com
Return the LayerNames
Namespace:
Emgu.CV.Dnn
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic string[] LayerNames { get; }
Public ReadOnly Property LayerNames As String()
Get
public:
property array<String^>^ LayerNames {
array<String^>^ get ();
}
member LayerNames : string[] with get
Property Value
Type:
String
See Also