Click or drag to resize
CvArrayTDepth_Min Method (CvArrayTDepth)
http://www.emgu.com
Inplace elementwise minimize the current Array with other

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void _Min(
	CvArray<TDepth> other
)

Parameters

other
Type: Emgu.CVCvArrayTDepth
The other array to be elementwise minimized with this array
See Also