Click or drag to resize

Operation Properties

https://www.emgu.com/wiki/index.php/Emgu_TF

The Operation type exposes the following members.

Properties
  NameDescription
Public propertyControlInputs
Get list of all control inputs to an operation.
Public propertyControlOutputs
Get the list of operations that have the current operation as a control input.
Public propertyDevice
Get the name of the device this operation runs on
Public propertyEmpty
Return true if the operation is empty
Public propertyInputs
Get the inputs
Public propertyName
Get the name of the operation
Public propertyNumControlInputs
Get the number of control inputs
Public propertyNumControlOutputs
Get the number of control outputs.
Public propertyNumInputs
Get the number of inputs for this operation
Public propertyNumOutputs
Get the number of outputs for this operation
Public propertyOpType
Get the operation type
Public propertyOutputs
Get the outputs
Public propertyPtr
Get the unmanaged pointer to the Operation
Top
See Also