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