NativeMethodsimgproc_distanceTransformWithLabels Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void imgproc_distanceTransformWithLabels(
	IntPtr src,
	IntPtr dst,
	IntPtr labels,
	int distanceType,
	int maskSize,
	int labelType
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_distanceTransformWithLabels(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_distanceTransformWithLabels(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

labels
Type: SystemIntPtr

[Missing <param name="labels"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_distanceTransformWithLabels(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

distanceType
Type: SystemInt32

[Missing <param name="distanceType"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_distanceTransformWithLabels(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

maskSize
Type: SystemInt32

[Missing <param name="maskSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_distanceTransformWithLabels(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

labelType
Type: SystemInt32

[Missing <param name="labelType"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_distanceTransformWithLabels(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

See Also

Reference