In the old C api, you could use cvSet(matrix, cvScalar(500.0)); to set all values of matrix to 500. What is the equivalent way to do this in the C++ api?
In the old C api, you could use cvSet(matrix, cvScalar(500.0)); to set all values
Share
where
matrixis acv::Matobject