Click or drag to resize

NativeMethodshighgui_selectROI1 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus highgui_selectROI1(
	string windowName,
	IntPtr img,
	int showCrosshair,
	int fromCenter,
	out Rect returnValue
)

Parameters

windowName
Type: SystemString

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

img
Type: SystemIntPtr

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

showCrosshair
Type: SystemInt32

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

fromCenter
Type: SystemInt32

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

returnValue
Type: OpenCvSharpRect

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

Return Value

Type: ExceptionStatus

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

See Also