Click or drag to resize

NativeMethodsimgproc_adaptiveThreshold Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_adaptiveThreshold(
	IntPtr src,
	IntPtr dst,
	double maxValue,
	int adaptiveMethod,
	int thresholdType,
	int blockSize,
	double c
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

maxValue
Type: SystemDouble

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

adaptiveMethod
Type: SystemInt32

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

thresholdType
Type: SystemInt32

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

blockSize
Type: SystemInt32

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

c
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also