http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Returns information about one of or all of the registered modules
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void GetModuleInfo( out string pluginName, out string versionName ) |
Visual Basic |
---|
Public Shared Sub GetModuleInfo ( _ <OutAttribute> ByRef pluginName As String, _ <OutAttribute> ByRef versionName As String _ ) |
Visual C++ |
---|
public: static void GetModuleInfo( [OutAttribute] String^% pluginName, [OutAttribute] String^% versionName ) |
Parameters
- pluginName
- Type: System..::..String%
The list of names and versions of the optimized plugins that CXCORE was able to find and load
- versionName
- Type: System..::..String%
Information about the module(s), including version