NativeMethodscvAdaptiveThreshold Method OpenCvSharp Class Library

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

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

public static void cvAdaptiveThreshold(
	IntPtr src,
	IntPtr dst,
	double max_value,
	AdaptiveThresholdType adaptiveType,
	ThresholdType threshold_type,
	int block_size,
	double param1
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

max_value
Type: SystemDouble

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

adaptiveType
Type: OpenCvSharpAdaptiveThresholdType

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

threshold_type
Type: OpenCvSharpThresholdType

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

block_size
Type: SystemInt32

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

param1
Type: SystemDouble

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

See Also

Reference