Click or drag to resize

NativeMethodsximgproc_createSuperpixelSLIC Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_createSuperpixelSLIC(
	IntPtr image,
	int algorithm,
	int region_size,
	float ruler,
	out IntPtr returnValue
)

Parameters

image
Type: SystemIntPtr

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

algorithm
Type: SystemInt32

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

region_size
Type: SystemInt32

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

ruler
Type: SystemSingle

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also