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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void _Max(
	double value
)

Parameters

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