如何在OpenCV中划分2个IplImages?。
dirn->imageData = (float\*)(drv32fy/drv32fx); gives error: invalid operands of types ‘IplImage*’ and ‘IplImage*’ to binary ‘operator/’ 另外,我尝试过使用cvDivide(),但它给出了
错误:未在此范围内声明‘cvDivide’
发布于 2012-02-14 21:34:29
您需要任一cvDiv() or cv::divide()。
https://stackoverflow.com/questions/9275884
复制相似问题