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: 4.1.1.3497 (4.1.1.3497)
Syntax
public void _Max(
	double value
)

Parameters

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