Converting a 2D Raster Image to Vector Data

Hello, I’m currently working on a student project and was wondering if there was any information on converting a 2D Raster image to a 3D Vector object.

The goal is to take blueprints and be able to identify walls programmatically, allowing us to adjust them at their corners and move/scale them accordingly in Unity via sliders or touch control.

Basically, the question I’m asking is how would I go taking an image and having unity trace wall/window/door/etc objects over the corresponding areas?

There is no such functionality in Unity. Doesn’t mean it can’t be done, but you’ll need to research the methods to do so online, and implement/integrate the algorithm yourself.