NativeMethodscalib3d_filterSpeckles Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_filterSpeckles( IntPtr img, double newVal, int maxSpeckleSize, double maxDiff, IntPtr buf )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_filterSpeckles ( img As IntPtr, newVal As Double, maxSpeckleSize As Integer, maxDiff As Double, buf As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_filterSpeckles( IntPtr img, double newVal, int maxSpeckleSize, double maxDiff, IntPtr buf )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_filterSpeckles : img : IntPtr * newVal : float * maxSpeckleSize : int * maxDiff : float * buf : IntPtr -> unit
OpenCvSharp.NativeMethods.calib3d_filterSpeckles = function(img, newVal, maxSpeckleSize, maxDiff, buf);