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