lck1201 / win_det_heatmaps

Window Detection in Facade Using Heatmaps Fushion
MIT License
47 stars 18 forks source link

Perspective transformation code #2

Open r-213 opened 3 years ago

r-213 commented 3 years ago

I see the page includes a description on carrying out perspective transformation of the facade/window but I can't find that in the code. Can you please let us know where this could be located?

Thanks

lck1201 commented 3 years ago

Sorry, perspective transformation? where?

r-213 commented 3 years ago

image

The one mentioned in this section. What code was used to straighten the window image?

lck1201 commented 3 years ago

oh..yes, it's Homograph Transform. you can find code everywhere.

r-213 commented 3 years ago

Thank you- is there a particular reference you can share? Also did you have to select the 4 control points manually? I ask as in the façade data set you are using there are multiple viewing angles, how is this accounted for (or automated)?