OperationDescriptionAddControlInput Method |
http://www.emgu.com
Call once per control input to this Operation description
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntaxpublic void AddControlInput(
Operation input
)
Public Sub AddControlInput (
input As Operation
)
public:
void AddControlInput(
Operation^ input
)
member AddControlInput :
input : Operation -> unit
Parameters
- input
- Type: Emgu.TFOperation
The control input
See Also