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
Syntaxpublic OperationDescription NewOperation(
string opType,
string opName
)
Public Function NewOperation (
opType As String,
opName As String
) As OperationDescription
public:
OperationDescription^ NewOperation(
String^ opType,
String^ opName
)
member NewOperation :
opType : string *
opName : string -> OperationDescription
Parameters
- opType
- Type: SystemString
The operation type - opName
- Type: SystemString
The name of the operation
Return Value
Type:
OperationDescriptionA new operation description
See Also