First time here? Check out the FAQ!
answered 2017-03-14 11:04:03 -0600
sadly, there are no overloaded +-*/ operators for UMat available.
+-*/
you'll have to use equivalent functions, like multiply(), scaleAdd() , etc.