http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Inplace elementwise maximize the current Array with other
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void _Max( CvArray<TDepth> other ) |
Visual Basic |
---|
Public Sub _Max ( _ other As CvArray(Of TDepth) _ ) |
Visual C++ |
---|
public: void _Max( CvArray<TDepth>^ other ) |
Parameters
- other
- Type: Emgu.CV..::..CvArray<(Of <(<'TDepth>)>)>
The other array to be elementwise maximized with this array