[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvGetModuleInfo(System.String,System.IntPtr@,System.IntPtr@)"]
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void cvGetModuleInfo( string module_name, ref IntPtr version, ref IntPtr loaded_addon_plugins )
Parameters
- module_name
- Type: SystemString
[Missing <param name="module_name"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetModuleInfo(System.String,System.IntPtr@,System.IntPtr@)"]
- version
- Type: SystemIntPtr
[Missing <param name="version"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetModuleInfo(System.String,System.IntPtr@,System.IntPtr@)"]
- loaded_addon_plugins
- Type: SystemIntPtr
[Missing <param name="loaded_addon_plugins"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetModuleInfo(System.String,System.IntPtr@,System.IntPtr@)"]
See Also