Click or drag to resize

NativeMethodsximgproc_segmentation_SelectiveSearchSegmentation_switchToSingleStrategy Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_segmentation_SelectiveSearchSegmentation_switchToSingleStrategy(
	IntPtr obj,
	int k,
	float sigma
)

Parameters

obj
Type: SystemIntPtr

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

k
Type: SystemInt32

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

sigma
Type: SystemSingle

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

Return Value

Type: ExceptionStatus

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

See Also