Click or drag to resize

CvArrayTDepth_And Method

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)
Syntax
public void _And(
	CvArray<TDepth> otherArray
)

Parameters

otherArray
Type: Emgu.CVCvArrayTDepth
The other array to perform AND operation
See Also