标签: python-2.7 opencv3.0
如何使用opencv库在Python中减去两个不同大小的图像?
例如,如果我有:
image1 (324x324) image2 (222x101)
image1 (324x324)
image2 (222x101)
是否有可能获得:
image3 = image1 - image2
有没有办法做到这一点?