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