6 public static partial class ArithmeticsOperations
17 M.WeightedAddition(
Matrix, -Scalar);
29 M.WeightedAddition(
Matrix, -Scalar);
static void WeightedSubtraction(this Matrix< int > M, Matrix< int > Matrix, int Scalar)
Performs a weighted subtraction of a matrix to the current matrix, including a scalar multiplication ...
static void WeightedSubtraction(this Matrix< float > M, Matrix< float > Matrix, float Scalar)
Performs a weighted subtraction of a matrix to the current matrix, including a scalar multiplication ...
Implements a Matrix, basic component for computations in Image Processing and Computer Vision.