Click or drag to resize
CvArrayTDepth_Max Method (Double)
http://www.emgu.com
Inplace compute the elementwise maximum value with value

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void _Max(
	double value
)

Parameters

value
Type: SystemDouble
The value to be compare with
See Also