http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Attemps to load opencv modules from the specific location
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static bool LoadUnmanagedModules( string loadDirectory, params string[] unmanagedModules ) |
Visual Basic |
---|
Public Shared Function LoadUnmanagedModules ( _ loadDirectory As String, _ ParamArray unmanagedModules As String() _ ) As Boolean |
Visual C++ |
---|
public: static bool LoadUnmanagedModules( String^ loadDirectory, ... array<String^>^ unmanagedModules ) |
Parameters
- loadDirectory
- Type: System..::..String
The directory where the unmanaged modules will be loaded. If it is null, the default location will be used.
- unmanagedModules
- Type: array<System..::..String>[]()[][]
The names of opencv modules. e.g. "opencv_cxcore.dll" on windows.
Return Value
True if all the modules has been loaded sucessfully
Remarks
If loadDirectory is null, the default location on windows is the dll's path appended by either "x64" or "x86", depends on the applications current mode.