http://www.emgu.com
Get the inputs
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntaxpublic Input[] Inputs { get; }
Public ReadOnly Property Inputs As Input()
Get
public:
property array<Input^>^ Inputs {
array<Input^>^ get ();
}
member Inputs : Input[] with get
Property Value
Type:
Input
See Also