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: 4.1.1.3497 (4.1.1.3497)
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