Click or drag to resize

NativeMethodshighgui_selectROIs Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus highgui_selectROIs(
	string windowName,
	IntPtr img,
	IntPtr boundingBoxes,
	int showCrosshair,
	int fromCenter
)

Parameters

windowName
Type: SystemString

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

img
Type: SystemIntPtr

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

boundingBoxes
Type: SystemIntPtr

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

showCrosshair
Type: SystemInt32

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

fromCenter
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also