You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set up all the stuff and run build/tests I got this:
I have tried a lot of methods but none of them worked, does anyone have a solution?
OpenCV(3.4.1) Error: Assertion failed (_src1.sameSize(_src2) && _src1.type() == _src2.type()) in norm, file /new_home/qxf/opencv/modules/core/src/norm.cpp, line 1082
tests is a Catch v2.0.1 host application.
Run with -? for options
-------------------------------------------------------------------------------
RGB Image
-------------------------------------------------------------------------------
/new_home/qxf/workPlaceForPython/selfmonitoring-agent/src/test/main.cpp:302
...............................................................................
/new_home/qxf/workPlaceForPython/selfmonitoring-agent/src/test/main.cpp:302: FAILED:
{Unknown expression after the reported line}
due to unexpected exception with message:
OpenCV(3.4.1) /new_home/qxf/opencv/modules/core/src/norm.cpp:1082: error: (-
215) _src1.sameSize(_src2) && _src1.type() == _src2.type() in function norm
===============================================================================
test cases: 5 | 4 passed | 1 failed
assertions: 118338 | 118337 passed | 1 failed
The text was updated successfully, but these errors were encountered:
When I set up all the stuff and run build/tests I got this:
I have tried a lot of methods but none of them worked, does anyone have a solution?
OpenCV(3.4.1) Error: Assertion failed (_src1.sameSize(_src2) && _src1.type() == _src2.type()) in norm, file /new_home/qxf/opencv/modules/core/src/norm.cpp, line 1082
The text was updated successfully, but these errors were encountered: