当我尝试在某些矩阵中进行调整时,出现“断言失败”的信息:
Error: Assertion failed (!fixedSize() || ((Mat)obj)->size.operator()() == Size(_cols, _rows)) in cv::debug_build_guard::_OutputArray::create*
我在Visual Studio的输出中看到了这一点:
.......matrix_wrap.cpp in c:/user/opencv_3.4.3/......
但是我的计算机中没有c:/user/opencv_3.4.3/......
。