http://www.emgu.com
Get the input type of the specific input index
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntaxpublic DataType InputType { get; }
Public ReadOnly Property InputType As DataType
Get
public:
property DataType^ InputType {
DataType^ get ();
}
member InputType : DataType with get
Return Value
Type:
DataTypeThe input type of the specific input index
See Also