NativeMethodsphoto_fastNlMeansDenoisingColoredMulti Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void photo_fastNlMeansDenoisingColoredMulti( IntPtr[] srcImgs, int srcImgsLength, IntPtr dst, int imgToDenoiseIndex, int temporalWindowSize, float h, float hColor, int templateWindowSize, int searchWindowSize )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub photo_fastNlMeansDenoisingColoredMulti ( srcImgs As IntPtr(), srcImgsLength As Integer, dst As IntPtr, imgToDenoiseIndex As Integer, temporalWindowSize As Integer, h As Single, hColor As Single, templateWindowSize As Integer, searchWindowSize As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void photo_fastNlMeansDenoisingColoredMulti( array<IntPtr>^ srcImgs, int srcImgsLength, IntPtr dst, int imgToDenoiseIndex, int temporalWindowSize, float h, float hColor, int templateWindowSize, int searchWindowSize )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member photo_fastNlMeansDenoisingColoredMulti : srcImgs : IntPtr[] * srcImgsLength : int * dst : IntPtr * imgToDenoiseIndex : int * temporalWindowSize : int * h : float32 * hColor : float32 * templateWindowSize : int * searchWindowSize : int -> unit
OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti = function(srcImgs, srcImgsLength, dst, imgToDenoiseIndex, temporalWindowSize, h, hColor, templateWindowSize, searchWindowSize);