Inplace elementwise minimize the current Array with other

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void _Min(
	CvArray<TDepth> other
)
Visual Basic (Declaration)
Public Sub _Min ( _
	other As CvArray(Of TDepth) _
)
Visual C++
public:
void _Min(
	CvArray<TDepth>^ other
)

Parameters

other
Type: Emgu.CV..::.CvArray<(Of <(TDepth>)>)
The other array to be elementwise minimized with this array

See Also