http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Inplace Or operation with src2
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void _Or( CvArray<TDepth> src2 ) |
Visual Basic |
---|
Public Sub _Or ( _ src2 As CvArray(Of TDepth) _ ) |
Visual C++ |
---|
public: void _Or( CvArray<TDepth>^ src2 ) |
Parameters
- src2
- Type: Emgu.CV..::..CvArray<(Of <(<'TDepth>)>)>
The other array to perform OR operation