Click or drag to resize

NativeMethodsphoto_decolor Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void photo_decolor(
	IntPtr src,
	IntPtr grayscale,
	IntPtr color_boost
)

Parameters

src
Type: SystemIntPtr
grayscale
Type: SystemIntPtr
color_boost
Type: SystemIntPtr
See Also