Marking the difference between 2 images with rectangle - Java

asked 2018-04-08 07:31:54 -0600

Hi,

I'm pretty new at OpenCV, and been trying to find the most efficient way to mark the difference between two images using rectangle in Java.

edit retag flag offensive close merge delete

Comments

maybe you need a better explanation for "the difference of 2 images". (what are you trying to achieve ?)

berak gravatar imageberak ( 2018-04-08 07:40:13 -0600 )edit

I uploaded two images: Image 1Image 2

The difference I'm trying to catch is that, the second image has a small red line, which I want to mark with the rectangle. Thanks.

dgotlieb gravatar imagedgotlieb ( 2018-04-09 00:35:30 -0600 )edit