NativeMethodsxphoto_bm3dDenoising1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void xphoto_bm3dDenoising1( IntPtr src, IntPtr dstStep1, IntPtr dstStep2, float h, int templateWindowSize, int searchWindowSize, int blockMatchingStep1, int blockMatchingStep2, int groupSize, int slidingStep, float beta, int normType, int step, int transformType )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub xphoto_bm3dDenoising1 ( src As IntPtr, dstStep1 As IntPtr, dstStep2 As IntPtr, h As Single, templateWindowSize As Integer, searchWindowSize As Integer, blockMatchingStep1 As Integer, blockMatchingStep2 As Integer, groupSize As Integer, slidingStep As Integer, beta As Single, normType As Integer, step As Integer, transformType As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void xphoto_bm3dDenoising1( IntPtr src, IntPtr dstStep1, IntPtr dstStep2, float h, int templateWindowSize, int searchWindowSize, int blockMatchingStep1, int blockMatchingStep2, int groupSize, int slidingStep, float beta, int normType, int step, int transformType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xphoto_bm3dDenoising1 : src : IntPtr * dstStep1 : IntPtr * dstStep2 : IntPtr * h : float32 * templateWindowSize : int * searchWindowSize : int * blockMatchingStep1 : int * blockMatchingStep2 : int * groupSize : int * slidingStep : int * beta : float32 * normType : int * step : int * transformType : int -> unit
OpenCvSharp.NativeMethods.xphoto_bm3dDenoising1 = function(src, dstStep1, dstStep2, h, templateWindowSize, searchWindowSize, blockMatchingStep1, blockMatchingStep2, groupSize, slidingStep, beta, normType, step, transformType);