www.emgu.com/wiki Elementwise multiply img2 with the current image

Declaration Syntax
public Image<TColor, TDepth> Mul(
Image<TColor, TDepth> img2
)
Public Function Mul ( _
img2 As Image(Of TColor, TDepth) _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Mul(
Image<TColor, TDepth>^ img2
)

Parameters
- img2 (Image<(Of <(TColor, TDepth>)>))
- The image to be elementwise multiplied to the current image

Return Value
this .* img2
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)