MatMultiply Operator (Double, Mat) |
http://www.emgu.com scale*mat
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static Mat operator *(
double scale,
Mat mat
)
Public Shared Operator * (
scale As Double,
mat As Mat
) As Mat
public:
static Mat^ operator *(
double scale,
Mat^ mat
)
static let inline (*)
scale : float *
mat : Mat : Mat
Parameters
- scale
- Type: SystemDouble
The multiplication scale - mat
- Type: Emgu.CVMat
The mat
Return Value
Type:
Matscale*
mat
See Also