ImageTColor, TDepthMul Method (Double) |
http://www.emgu.com Elementwise multiply the current image with scale
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image<TColor, TDepth> Mul(
double scale
)
Public Function Mul (
scale As Double
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Mul(
double scale
)
member Mul :
scale : float -> Image<'TColor, 'TDepth>
Parameters
- scale
- Type: SystemDouble
The scale to be multiplied
Return Value
Type:
ImageTColor,
TDepth The scaled image
See Also