NativeMethodsimgproc_getStructuringElement Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr imgproc_getStructuringElement( int shape, Size ksize, Point anchor )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_getStructuringElement ( shape As Integer, ksize As Size, anchor As Point ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr imgproc_getStructuringElement( int shape, Size ksize, Point anchor )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_getStructuringElement : shape : int * ksize : Size * anchor : Point -> IntPtr
OpenCvSharp.NativeMethods.imgproc_getStructuringElement = function(shape, ksize, anchor);