Inplace And operation with src2
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public void _And( CvArray<TDepth> src2 ) |
| Visual Basic (Declaration) |
|---|
Public Sub _And ( _ src2 As CvArray(Of TDepth) _ ) |
| Visual C++ |
|---|
public: void _And( CvArray<TDepth>^ src2 ) |
Parameters
- src2
- Type: Emgu.CV..::.CvArray<(Of <(TDepth>)>)
The other array to perform AND operation