Click or drag to resize

OperationDescriptionFinishOperation Method

https://www.emgu.com/wiki/index.php/Emgu_TF
If this function succeeds: status is set to an OK value, an Operation is added to the graph, a non-null value pointing to the added operation is returned -- this value is valid until the underlying graph is deleted. Otherwise: status is set to a non-OK value, the graph is not modified, a null value is returned. In either case, it deletes the OperationDescription.

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation FinishOperation(
	Status status = null
)

Parameters

status (Optional)
Type: Emgu.TFStatus
The status

Return Value

Type: Operation
If success, the Operation that is added to the graph, otherwise null.
See Also