NetUnconnectedOutLayersNames Property |
http://www.emgu.com
Returns names of layers with unconnected outputs.
Namespace:
Emgu.CV.Dnn
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic string[] UnconnectedOutLayersNames { get; }
Public ReadOnly Property UnconnectedOutLayersNames As String()
Get
public:
property array<String^>^ UnconnectedOutLayersNames {
array<String^>^ get ();
}
member UnconnectedOutLayersNames : string[] with get
Property Value
Type:
String
See Also