Click or drag to resize

GraphComplex Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Complex

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation Complex(
	Output real,
	Output imag,
	Nullable<DataType> Tout = null,
	string opName = "Complex"
)

Parameters

real
Type: Emgu.TFOutput
Input to the operation.
imag
Type: Emgu.TFOutput
Input to the operation.
Tout (Optional)
Type: SystemNullableDataType
Tout
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] out(type: DtInvalid).
See Also