Click or drag to resize

NativeMethodscore_glob Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_glob(System.String,System.IntPtr,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_glob(
	string pattern,
	IntPtr result,
	int recursive
)

Parameters

pattern
Type: SystemString

[Missing <param name="pattern"/> documentation for "M:OpenCvSharp.NativeMethods.core_glob(System.String,System.IntPtr,System.Int32)"]

result
Type: SystemIntPtr

[Missing <param name="result"/> documentation for "M:OpenCvSharp.NativeMethods.core_glob(System.String,System.IntPtr,System.Int32)"]

recursive
Type: SystemInt32

[Missing <param name="recursive"/> documentation for "M:OpenCvSharp.NativeMethods.core_glob(System.String,System.IntPtr,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_glob(System.String,System.IntPtr,System.Int32)"]

See Also