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
OpenCV Error: Assertion failed (isIdentity(expr)) in _InputArray, file /home/XXX/Music/opencv-3.4.16/modules/core/src/matrix_expressions.cpp, line 1843 terminate called after throwing an instance of 'cv::Exception' what(): /home/XXX/Music/opencv-3.4.16/modules/core/src/matrix_expressions.cpp:1843: error: (-215) isIdentity(expr) in function _InputArray
#33
Open
zengwen2017 opened this issue
Jul 3, 2023
· 0 comments
使用ros melodic版本,在anaconda3环境中运行,opencv本地和conda中都是3.4.16。运行程序,grab好之后,一点击calibrate就强行退出,报出如下错误:
OpenCV Error: Assertion failed (isIdentity(expr)) in _InputArray, file /home/XXX/Music/opencv-3.4.16/modules/core/src/matrix_expressions.cpp, line 1843
terminate called after throwing an instance of 'cv::Exception'
what(): /home/XXX/Music/opencv-3.4.16/modules/core/src/matrix_expressions.cpp:1843: error: (-215) isIdentity(expr) in function _InputArray。
请问要怎么解决啊
The text was updated successfully, but these errors were encountered:
使用ros melodic版本,在anaconda3环境中运行,opencv本地和conda中都是3.4.16。运行程序,grab好之后,一点击calibrate就强行退出,报出如下错误:
OpenCV Error: Assertion failed (isIdentity(expr)) in _InputArray, file /home/XXX/Music/opencv-3.4.16/modules/core/src/matrix_expressions.cpp, line 1843
terminate called after throwing an instance of 'cv::Exception'
what(): /home/XXX/Music/opencv-3.4.16/modules/core/src/matrix_expressions.cpp:1843: error: (-215) isIdentity(expr) in function _InputArray。
请问要怎么解决啊
The text was updated successfully, but these errors were encountered: