Click or drag to resize

NativeMethodsimgproc_threshold Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_threshold(
	IntPtr src,
	IntPtr dst,
	double thresh,
	double maxval,
	int type,
	out double returnValue
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

thresh
Type: SystemDouble

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

maxval
Type: SystemDouble

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

type
Type: SystemInt32

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

returnValue
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also