Ask Your Question
0

Removing the floor in an image .

asked 2013-05-29 07:52:16 -0600

rahul.nitrkl gravatar image

updated 2013-05-30 03:42:46 -0600

I I am trying to remove the floor portions present in an image. I am doing programming in C++ using opencv and openni . I had gort he x,y,z coordinates and normal using openni . Can you suggest how to remove the floor portions? background portion is removed . now some portions of ground are still present in the image .I want to remove that.

edit retag flag offensive close merge delete

Comments

1

do you mean "background removal" ?

berak gravatar imageberak ( 2013-05-29 07:59:34 -0600 )edit

I have already removed the background but still ground floor portions are present in the image. So an algorithms to remove ground floor would be appreciated.

rahul.nitrkl gravatar imagerahul.nitrkl ( 2013-05-30 03:47:48 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-06-25 03:34:39 -0600

rahul.nitrkl gravatar image

I found the answer . Previously, My approach was not correct, i was first segmenting the image from background then using the open nite for detecting ground plane and removing from the segmented image. It won't work well because the image for which ground was detected is now converted to segmented image. Thus the correct way to firstly detect ground plane using openni of the depth image then remove it. Now , i got the ground separated image.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-29 07:52:16 -0600

Seen: 1,643 times

Last updated: Jun 25 '13