Find new object in a scene [closed]

asked 2014-01-09 19:54:12 -0600

TimeManx gravatar image

I'm trying to find if a new object has been added to a scene. The initial scene would most likely be lacking any kind of objects but might contain some patterns. The image for the scene containing the new object could also be taken from farther distance.

Would feature detection be a good option to achieve this? Or maybe something else? I'm basically looking for pointers to what I should start reading about.

This is how the two scenes might be Initial scenne Scene with object

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-09-26 13:42:52.047414

Comments

Well, if the camera is not moved within the two shots you could subtract the two images from each other which will give you what has changed. Now that you know what has changed you can apply something like object detection to the scene.

JAyThaRevo gravatar imageJAyThaRevo ( 2014-01-10 05:31:57 -0600 )edit

@JAyThaRevo The camera does move. The images could be taken at a farther or nearer distance like the images that I've posted.

TimeManx gravatar imageTimeManx ( 2014-01-10 06:21:05 -0600 )edit