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
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