utkarshmttl / rough2CAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rough2CAD

Converting rough hand-drawn images to awesome AutoCad-like floor plans.

Creating floor plans, though seemingly simplistic, is a very time-consuming and skill-intensive process. For existing properties, the site officer first makes a visit and then gives a rough drawing (with not-to-scale dimensions marked) and/or some explanation to the designer who must convert this information into a floor plan using his CAD skills. Through this project, we aim to reduce the time spent in the process and the requirement of skilled (Auto)CAD designer by directly converting the rough drawing to a floor plan.

Skills required (or learning outcomes)

  • Python
  • Image processing (probably using OpenCV)
  • Machine Learning and/or deep learning (potential)
  • Programmatically operating AutoCAD (or other similar softwares)

Expected (sample) Outcome

input image


output image



HOW?

Step 1: Detection of lines and corners
Resources:


Step 2: Detect other shapes which may/may not represent other features like doors and and windows I think we should let our algorithm detect such features and ask the user if it represents something. If the user says yes and selects doors(pre-existing set of objects), we will save it and create an SVM for it so that it is easier to detect it later.

Step 3: What else is left?

Contribution Requirements

  • Knowledge of Python
  • Some experience with OpenCV and/or Image Processing is a big plus.

Authors

See also the list of contributors who participated in this project.

About


Languages

Language:Python 100.0%