How to create a 2D map of room by a few images/movie frames ?

Posted by Nils on Stack Overflow See other posts from Stack Overflow or by Nils
Published on 2010-05-03T16:07:33Z Indexed on 2010/05/08 14:48 UTC
Read the original article Hit count: 153

Filed under:
|
|
|
|

I'd like to create a simple 2D map of a room by getting pictures (ceiling) of all directions (360° - e.g. movie frames), recognize the walls by edge detection, delete other unwanted objects, concat the images at the right position (cf. walls, panorama) and finally create the approximate 2D map (looking on it from above). Getting the scale would be another parameter, which might be useful.

I have some own ideas at the moment, by using e.g. the Sobel algorithm, but it would be interesting if somebody out there knows some project or software (GPL,freeware prefered) doing this already, as I'm still looking for some examples, which might help me.

Thanks.

© Stack Overflow or respective owner

Related posts about 2d

Related posts about map