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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static bool DefaultLoadUnmanagedModules(
	string[] modules
)

Parameters

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

Return Value

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