Find new object in a scene [closed]

asked Jan 10 '14

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

Preview: (hide)

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 (Jan 10 '14)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 (Jan 10 '14)edit