Click or drag to resize

NativeMethodscore_invert Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_invert(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_invert(
	IntPtr src,
	IntPtr dst,
	int flags,
	out double returnValue
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.core_invert(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.NativeMethods.core_invert(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]

returnValue
Type: SystemDouble

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_invert(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_invert(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]

See Also