CvArrAdaptiveThreshold Method (CvArr, Double) OpenCvSharp Class Library
Applies adaptive threshold to array.

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

public void AdaptiveThreshold(
	CvArr dst,
	double maxValue
)

Parameters

dst
Type: OpenCvSharpCvArr
Destination image.
maxValue
Type: SystemDouble
Maximum value that is used with CV_THRESH_BINARY and CV_THRESH_BINARY_INV.
See Also

Reference