https://www.emgu.com/wiki/index.php/Emgu_TF
Create an input by specifying the operation and index.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic Input(
Operation operation,
int index
)
Public Sub New (
operation As Operation,
index As Integer
)
public:
Input(
Operation^ operation,
int index
)
new :
operation : Operation *
index : int -> Input
Parameters
- operation
- Type: Emgu.TFOperation
The operation - index
- Type: SystemInt32
The index of the input within the operation
See Also