Click or drag to resize

NativeMethodsximgproc_segmentation_SelectiveSearchSegmentationStrategy_get Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_segmentation_SelectiveSearchSegmentationStrategy_get(
	IntPtr obj,
	int r1,
	int r2,
	out float returnValue
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_segmentation_SelectiveSearchSegmentationStrategy_get(System.IntPtr,System.Int32,System.Int32,System.Single@)"]

r1
Type: SystemInt32

[Missing <param name="r1"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_segmentation_SelectiveSearchSegmentationStrategy_get(System.IntPtr,System.Int32,System.Int32,System.Single@)"]

r2
Type: SystemInt32

[Missing <param name="r2"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_segmentation_SelectiveSearchSegmentationStrategy_get(System.IntPtr,System.Int32,System.Int32,System.Single@)"]

returnValue
Type: SystemSingle

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

Return Value

Type: ExceptionStatus

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

See Also