Click or drag to resize

CvArrayTDepth_Or Method

http://www.emgu.com
Inplace Or operation with otherArray

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void _Or(
	CvArray<TDepth> otherArray
)

Parameters

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