I am looking for a solution to do the following:
( the focus of my question is step 2. )
a picture of a house including the front yard
extract information from the picture like the dimensions and location of the house, trees, sidewalk, and car. Also, the textures and colors of the house, cars, trees, and sidewalk.
use extracted information to generate a model
How can I extract that information?
Yes. You can extract these information from a picture. 1. You just identify these objects in a picture using some detection algorithms. 2. Measure these objects dimensions and generate a model using extracted information.