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