Click or drag to resize

Input Constructor

http://www.emgu.com
Create an input by specifying the operation and index.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Input(
	Operation operation,
	int index
)

Parameters

operation
Type: Emgu.TFOperation
The operation
index
Type: SystemInt32
The index of the input within the operation
See Also