Click or drag to resize

NativeMethodshighgui_imshow Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus highgui_imshow(
	string winName,
	IntPtr mat
)

Parameters

winName
Type: SystemString

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

mat
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also