Click or drag to resize
CvInvokeDefaultLoadUnmanagedModules Method
http://www.emgu.com
Attempts to load opencv modules from the specific location

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static bool DefaultLoadUnmanagedModules(
	string[] modules
)

Parameters

modules
Type: SystemString
The names of opencv modules. e.g. "opencv_cxcore.dll" on windows.

Return Value

Type: Boolean
True if all the modules has been loaded successfully
See Also