International Journal of All Research Education & Scientific Methods

An ISO Certified Peer-Reviewed Journal

ISSN: 2455-6211

Latest News

Visitor Counter
5348842139

Plan – Morph: Conversion of 2d Floor Plans ...

You Are Here :
> > > >
Plan – Morph: Conversion of 2d Floor Plans ...

Plan – Morph: Conversion of 2d Floor Plans To 3d Models

Author Name : Venkat Krishna Reddy G N, V Prajwal, Venu Gopal Reddy N, Srushti G S, Dr. Nirmala S

ABSTRACT The Python script used creates a Flask web application which allows users to upload floorplan images and automatically generate 3D models based on the design. By using libraries such as OpenCV (for image processing) and Trimesh (for 3D modelling), the script finds the walls on the floorplan by using edge detection and contour detection, then constructs a 3D model of boundaries and inner walls and a platform. The obtained 3D model is exported as STL file, which is ready for visualization.