Reconstructing simple 3d enviroment(room) from photo

Posted by Riz on Stack Overflow See other posts from Stack Overflow or by Riz
Published on 2010-05-11T07:29:19Z Indexed on 2010/05/11 7:34 UTC
Read the original article Hit count: 176

Filed under:
|
|

I have photo of a room with three walls and floor/ceiling or both. I am trying to reconstruct this room in 3d asking user for minimal input. Right now I use 8 points defined by user, angles of left and right wall(they can be quite different from 90) and one size "InLeftBottom-InRightBottom"(I need to have real size of this room for later use). I have no info about user's camera(I can read EXIF to get FOV and use constant height but this can be only used as additional info).

Is this possible to ask user for less info? Maybe it's possible to get wall angles without user interaction? Or maybe I am completly wrong and should use different approach?

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about 3d