Inplace elementwise minimize the current Array with other

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

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