Click or drag to resize

GraphNewOperation Method

http://www.emgu.com
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: 1.0.0
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