CvArrayTDepth_Max Method (CvArrayTDepth) |
http://www.emgu.com
Inplace elementwise maximize the current Array with other
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void _Max(
CvArray<TDepth> other
)
Public Sub _Max (
other As CvArray(Of TDepth)
)
public:
void _Max(
CvArray<TDepth>^ other
)
member _Max :
other : CvArray<'TDepth> -> unit
Parameters
- other
- Type: Emgu.CVCvArrayTDepth
The other array to be elementwise maximized with this array
See Also