Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Detecting change in previous and current image frame

Hello again,

abs / absdiff function can find difference in two Mat arrays of two images. But is there any way that we can find change in two images and just detect it as object?

I mean say first image is a table with laptop. image description

and in another image is a table with laptop and coin. image description

So as, just a way to find out a "major changed portion" co-ordinates ? so that we can rectangle / circle it as detected object/s by comparing two images?

Detecting change in previous and current image frame

Hello again,

abs / absdiff function can find difference in two Mat arrays of two images. But is there any way that we can find change in two images and just detect it as object?

I mean say first image is a table with laptop. image description

and in another image is a table with laptop and coin. image description

So as, just a way to find out a "major changed portion" co-ordinates ? so that we can rectangle / circle it as detected object/s by comparing two images?