NativeMethodsimgproc_threshold Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static double imgproc_threshold(
	IntPtr src,
	IntPtr dst,
	double thresh,
	double maxval,
	int type
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

thresh
Type: SystemDouble

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

maxval
Type: SystemDouble

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

type
Type: SystemInt32

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

Return Value

Type: Double

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

See Also

Reference