the operation is neither 'array op array' (where arrays have the same size and type), nor 'array op scalar', nor 'scalar op array' in function 'cv::binary_op'
时间: 2023-05-04 09:01:15 浏览: 195
2019-ICLR-Pooling Is Neither Necessary nor Sufficient for Approp
这个错误是由于代码中的数组操作不符合规定导致的。具体来说,操作既不是“数组操作数组”(其中数组的大小和类型相同),也不是“数组操作标量”,也不是“标量操作数组”,出现在cv::binary_op函数中。
阅读全文