Fix for Debug Assertion Failed! Expression: __acrt_first_block == header

来源:互联网 发布:淘客cms微信系统 编辑:程序博客网 时间:2024/06/05 02:24

When opencv with c++ is used, it may happen this runtime error problem when feeding some container (eg:vector) to the opencv built-in function. So it is good to use Mat datatype to save the output received by the opencv built-in function and then transfer them to whatever datatype you need.

0 0
原创粉丝点击