CvArrayTDepth_Mul Method (CvArrayTDepth) |
http://www.emgu.com
Inplace elementwise multiply the current Array with src2
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void _Mul(
CvArray<TDepth> src2
)
Public Sub _Mul (
src2 As CvArray(Of TDepth)
)
public:
void _Mul(
CvArray<TDepth>^ src2
)
member _Mul :
src2 : CvArray<'TDepth> -> unit
Parameters
- src2
- Type: Emgu.CVCvArrayTDepth
The other array to be elementwise multiplied with
See Also