I'm trying to match a 2D plan from a PDF and a vertical cut from a 3D software. After processing the 3D software render (A), I could get to this result ( 2D OpenCV processed image for lines) using OpenCV line detection(link).
From where I can extract lines start and and positions.
And then I have lines that came from a PDF file. (B) 2D Floorplan from PDF
Is there anyway I can find the corresponding region and scale from both datasets (A and B)?
The PDF can come with borders, tables and other lines that are not the actual 2D plan. Thanks in advance.