Inplace elementwise maximize the current Array with other

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

Syntax

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

Parameters

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

See Also