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 (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
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