NativeMethodsphoto_pencilSketch Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void photo_pencilSketch( IntPtr src, IntPtr dst1, IntPtr dst2, float sigma_s, float sigma_r, float shade_factor )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub photo_pencilSketch ( src As IntPtr, dst1 As IntPtr, dst2 As IntPtr, sigma_s As Single, sigma_r As Single, shade_factor As Single )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void photo_pencilSketch( IntPtr src, IntPtr dst1, IntPtr dst2, float sigma_s, float sigma_r, float shade_factor )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member photo_pencilSketch : src : IntPtr * dst1 : IntPtr * dst2 : IntPtr * sigma_s : float32 * sigma_r : float32 * shade_factor : float32 -> unit
OpenCvSharp.NativeMethods.photo_pencilSketch = function(src, dst1, dst2, sigma_s, sigma_r, shade_factor);