ImageTColor, TDepthMul Method (Double) |
http://www.emgu.com Elementwise multiply the current image with scale
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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