NativeMethodscvThreshold Method OpenCvSharp Class Library

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

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

public static double cvThreshold(
	IntPtr src,
	IntPtr dst,
	double threshold,
	double maxValue,
	ThresholdType thresholdType
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

threshold
Type: SystemDouble

[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.NativeMethods.cvThreshold(System.IntPtr,System.IntPtr,System.Double,System.Double,OpenCvSharp.ThresholdType)"]

maxValue
Type: SystemDouble

[Missing <param name="maxValue"/> documentation for "M:OpenCvSharp.NativeMethods.cvThreshold(System.IntPtr,System.IntPtr,System.Double,System.Double,OpenCvSharp.ThresholdType)"]

thresholdType
Type: OpenCvSharpThresholdType

[Missing <param name="thresholdType"/> documentation for "M:OpenCvSharp.NativeMethods.cvThreshold(System.IntPtr,System.IntPtr,System.Double,System.Double,OpenCvSharp.ThresholdType)"]

Return Value

Type: Double

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

See Also

Reference