Click or drag to resize
Operation Constructor
http://www.emgu.com
Craete an operation using the specific method and parameters

Namespace: Emgu.CV.UI
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
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