Inplace elementwise minimize the current Array with other

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

Syntax

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

Parameters

other
CvArray<(Of <(TDepth>)>)
The other array to be elementwise minimized with this array

See Also