First time here? Check out the FAQ!
answered 2020-10-20 00:09:56 -0500
Here's one way to do it:
debMap.data.assign(vi, vi + height * width);
Cribbed from this answer on StackOverflow.