NativeMethodsphoto_fastNlMeansDenoising Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void photo_fastNlMeansDenoising( IntPtr src, IntPtr dst, float h, int templateWindowSize, int searchWindowSize )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub photo_fastNlMeansDenoising ( src As IntPtr, dst As IntPtr, h As Single, templateWindowSize As Integer, searchWindowSize As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void photo_fastNlMeansDenoising( IntPtr src, IntPtr dst, float h, int templateWindowSize, int searchWindowSize )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member photo_fastNlMeansDenoising : src : IntPtr * dst : IntPtr * h : float32 * templateWindowSize : int * searchWindowSize : int -> unit
OpenCvSharp.NativeMethods.photo_fastNlMeansDenoising = function(src, dst, h, templateWindowSize, searchWindowSize);