Click or drag to resize

Operation Constructor

http://www.emgu.com
Create an operation using the specific method and parameters

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public Operation(
	MethodInfo mi,
	Object[] parameters
)

Parameters

mi
Type: System.ReflectionMethodInfo
The method info
parameters
Type: SystemObject
The parameters for this method
See Also