www.emgu.com/wiki
Returns information about one of or all of the registered modules

Declaration Syntax
public static void cvGetModuleInfo(
IntPtr moduleName,
ref IntPtr version,
ref IntPtr loadedAddonPlugins
)
Public Shared Sub cvGetModuleInfo ( _
moduleName As IntPtr, _
ByRef version As IntPtr, _
ByRef loadedAddonPlugins As IntPtr _
)
public:
static void cvGetModuleInfo(
IntPtr moduleName,
IntPtr% version,
IntPtr% loadedAddonPlugins
)

Parameters
- moduleName (IntPtr)
- Name of the module of interest, or NULL, which means all the modules.
- version (
IntPtr
%)
- Information about the module(s), including version
- loadedAddonPlugins (
IntPtr
%)
- The list of names and versions of the optimized plugins that CXCORE was able to find and load
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)