Ask Your Question
0

Getting rid of tiled background

asked 2013-04-15 02:09:49 -0600

Madz gravatar image

Hi,
I'm using canny edges in a video stream, which captures objects on ground (the camera it self is moving). The problem I have is that the ground is tiled, therefore the tiled edges are captured as well. I did a Gaussian smoothing but it didn't remove the tiles.
Is there a background subtraction I can use to get rid of the tiles?

Thanks.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-04-15 10:12:57 -0600

Since your camera actually moves, the background will never be statically, thus you cannot remove it just by backgroundsubtraction. I guess you will have too cope with it or try to delete edges with a specific character? Maybe look at horizontal and vertical lines, and remove those from the edge map?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-15 02:09:49 -0600

Seen: 251 times

Last updated: Apr 15 '13