Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.