MatrixTDepthMul Method (Double) |
http://www.emgu.com Multiply the current matrix with scale
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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