NativeMethodscvDistTransform Method OpenCvSharp Class Library

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

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

public static void cvDistTransform(
	IntPtr src,
	IntPtr dst,
	DistanceType distanceType,
	int mask_size,
	float[] mask,
	IntPtr labels,
	DistTransformLabelType labelType
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

distanceType
Type: OpenCvSharpDistanceType

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

mask_size
Type: SystemInt32

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

mask
Type: SystemSingle

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

labels
Type: SystemIntPtr

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

labelType
Type: OpenCvSharpDistTransformLabelType

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

See Also

Reference