How to find the error image?

后端 未结 3 1781
说谎
说谎 2021-01-19 13:45

I\'ve got a problem with image processing, but I don\'t know how to solve it.

I have 2 pictures: - Pic 1: http://goo.gl/BBxVl - Pic 2: http://goo.gl/X0VFW

Th

3条回答
  •  生来不讨喜
    2021-01-19 14:16

    If the images you have posted are good examples of the problem, I would suggest the following algorithm:

    1. substract both images from each other
    2. determine the area of difference, this will give you the shape of the object that covers the "perfect" image
    3. look along the edges of the distortion which of the two images is a better fit.

提交回复
热议问题