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