Click or drag to resize

NativeMethodsximgproc_segmentation_SelectiveSearchSegmentation_switchToSelectiveSearchQuality Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_segmentation_SelectiveSearchSegmentation_switchToSelectiveSearchQuality(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_SelectiveSearchSegmentation_switchToSelectiveSearchQuality(
	IntPtr obj,
	int base_k,
	int inc_k,
	float sigma
)

Parameters

obj
Type: SystemIntPtr

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

base_k
Type: SystemInt32

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

inc_k
Type: SystemInt32

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

sigma
Type: SystemSingle

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

Return Value

Type: ExceptionStatus

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

See Also