OpenCV中提示“error C2541: “delete”: 2020-04-19 本文已影响0人 陈年小白 OpenCV中提示“error C2541: “delete”: 不能删除不是指针的对象”,主要原因是某些函数没有加小括号初始化,需要找到并添加即可。