Click or drag to resize

GraphNewOperation Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Operation will only be added to graph when FinishOperation() is called (assuming FinishOperation() does not return an error). Graph must not be deleted until after FinishOperation() is called.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public OperationDescription NewOperation(
	string opType,
	string opName
)

Parameters

opType
Type: SystemString
The operation type
opName
Type: SystemString
The name of the operation

Return Value

Type: OperationDescription
A new operation description
See Also