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