I have been trying to achieve something which should pretty trivial and is trivial in Matlab.
I want to simply achieve something such as:
cv::Ma
Mat A = //data;//source Matrix Mat B;//destination Matrix Scalar alpha = new Scalar(5)//factor Core.multiply(A,alpha,b);