MatrixTDepthMul Method (Double) |
http://www.emgu.com Multiply the current matrix with scale
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Matrix<TDepth> Mul(
double scale
)
Public Function Mul (
scale As Double
) As Matrix(Of TDepth)
public:
Matrix<TDepth>^ Mul(
double scale
)
member Mul :
scale : float -> Matrix<'TDepth>
Parameters
- scale
- Type: SystemDouble
The scale to be multiplied
Return Value
Type:
MatrixTDepth The scaled matrix
See Also