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