ImageTColor, TDepthMultiply Operator (ImageTColor, TDepth, Double) |
http://www.emgu.com image * scale
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static Image<TColor, TDepth> operator *(
Image<TColor, TDepth> image,
double scale
)
Public Shared Operator * (
image As Image(Of TColor, TDepth),
scale As Double
) As Image(Of TColor, TDepth)
public:
static Image<TColor, TDepth>^ operator *(
Image<TColor, TDepth>^ image,
double scale
)
static let inline (*)
image : Image<'TColor, 'TDepth> *
scale : float : Image<'TColor, 'TDepth>
Parameters
- image
- Type: Emgu.CVImageTColor, TDepth
The image - scale
- Type: SystemDouble
The multiplication scale
Return Value
Type:
ImageTColor,
TDepthimage *
scale
See Also