http://www.emgu.com
Inplace And operation with otherArray
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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