NativeMethodsimgproc_distanceTransformWithLabels Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_distanceTransformWithLabels( IntPtr src, IntPtr dst, IntPtr labels, int distanceType, int maskSize, int labelType )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_distanceTransformWithLabels ( src As IntPtr, dst As IntPtr, labels As IntPtr, distanceType As Integer, maskSize As Integer, labelType As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_distanceTransformWithLabels( IntPtr src, IntPtr dst, IntPtr labels, int distanceType, int maskSize, int labelType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_distanceTransformWithLabels : src : IntPtr * dst : IntPtr * labels : IntPtr * distanceType : int * maskSize : int * labelType : int -> unit
OpenCvSharp.NativeMethods.imgproc_distanceTransformWithLabels = function(src, dst, labels, distanceType, maskSize, labelType);