Click or drag to resize

NativeMethodsphoto_decolor Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.photo_decolor(System.IntPtr,System.IntPtr,System.IntPtr)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus photo_decolor(
	IntPtr src,
	IntPtr grayscale,
	IntPtr color_boost
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.photo_decolor(System.IntPtr,System.IntPtr,System.IntPtr)"]

grayscale
Type: SystemIntPtr

[Missing <param name="grayscale"/> documentation for "M:OpenCvSharp.NativeMethods.photo_decolor(System.IntPtr,System.IntPtr,System.IntPtr)"]

color_boost
Type: SystemIntPtr

[Missing <param name="color_boost"/> documentation for "M:OpenCvSharp.NativeMethods.photo_decolor(System.IntPtr,System.IntPtr,System.IntPtr)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.photo_decolor(System.IntPtr,System.IntPtr,System.IntPtr)"]

See Also