NativeMethodsximgproc_StructuredEdgeDetection_edgesNms Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void ximgproc_StructuredEdgeDetection_edgesNms( IntPtr obj, IntPtr edge_image, IntPtr orientation_image, IntPtr dst, int r, int s, float m, int isParallel )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub ximgproc_StructuredEdgeDetection_edgesNms ( obj As IntPtr, edge_image As IntPtr, orientation_image As IntPtr, dst As IntPtr, r As Integer, s As Integer, m As Single, isParallel As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void ximgproc_StructuredEdgeDetection_edgesNms( IntPtr obj, IntPtr edge_image, IntPtr orientation_image, IntPtr dst, int r, int s, float m, int isParallel )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ximgproc_StructuredEdgeDetection_edgesNms : obj : IntPtr * edge_image : IntPtr * orientation_image : IntPtr * dst : IntPtr * r : int * s : int * m : float32 * isParallel : int -> unit
OpenCvSharp.NativeMethods.ximgproc_StructuredEdgeDetection_edgesNms = function(obj, edge_image, orientation_image, dst, r, s, m, isParallel);