http://www.emgu.com
Inplace And operation with otherArray
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void _And(
CvArray<TDepth> otherArray
)
Public Sub _And (
otherArray As CvArray(Of TDepth)
)
public:
void _And(
CvArray<TDepth>^ otherArray
)
member _And :
otherArray : CvArray<'TDepth> -> unit
Parameters
- otherArray
- Type: Emgu.CVCvArrayTDepth
The other array to perform AND operation
See Also