Click or drag to resize

NativeMethodsximgproc_createSuperpixelSEEDS Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_createSuperpixelSEEDS(
	int image_width,
	int image_height,
	int image_channels,
	int num_superpixels,
	int num_levels,
	int prior,
	int histogram_bins,
	int double_step,
	out IntPtr returnValue
)

Parameters

image_width
Type: SystemInt32

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

image_height
Type: SystemInt32

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

image_channels
Type: SystemInt32

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

num_superpixels
Type: SystemInt32

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

num_levels
Type: SystemInt32

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

prior
Type: SystemInt32

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

histogram_bins
Type: SystemInt32

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

double_step
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also