http://www.emgu.com
Return the LayerNames
Namespace:
Emgu.CV.Dnn
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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