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