Click or drag to resize

CvArrayTDepth_Min Method (Double)

http://www.emgu.com
Inplace compute the elementwise minimum 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 _Min(
	double value
)

Parameters

value
Type: SystemDouble
The value to compare with
See Also