标签: opencv
如何在OpenCV中划分2个IplImages? 。 dirn-> imageData =(float *)(drv32fy / drv32fx);给出
error: invalid operands of types ‘IplImage*’ and ‘IplImage*’ to binary ‘operator/’
此外,我尝试使用cvDivide(),但它给出了 错误:'cvDivide'未在此范围内声明
cvDivide()
答案 0 :(得分:0)
您需要cvDiv() or cv::divide()。