使用OpenCV查找图像之间的差异

时间:2015-06-03 09:45:49

标签: c++ opencv image-processing

我有两个从不同视点(向前或向后几厘米)拍摄的图像,我想找到第二张图像中是否有新物体。

The first one is the reference image

the second one is the anomaly, (I attached just some tape on the wall).

到目前为止,我正在做以下事情。找到两个图像之间的单应性,将图像分割成对应于相同区域的小方块。

关于哪些操作可以足够强大以找到图片之间的这些异常的任何建议?

0 个答案:

没有答案