First time here? Check out the FAQ!
answered 2017-04-05 05:00:16 -0600
For anybody seeing this obscure message, it happened to me once because at some point in my code I was trying to modify a const cv::UMat &. After a const_cast<cv::UMat &> the problem was solved.
const cv::UMat &
const_cast<cv::UMat &>