Skip to content

The work done during my internship in TU Delft in 2019

Notifications You must be signed in to change notification settings

Nanored4498/Painting-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Painting Analysis

This is an interface to find vanishing points and lines in the image of a painting. The interface uses Qt. Then you can simply compile and run the code with the following commands:

mkdir build
cd build
qmake ..
make
./interface

There is also a Python script in the redraw folder. After saving your result as a SVG file with the previous executable you can find the closest perfect perspective with this script. To know how to use it, just run:

python3 redraw/main.py -h

Finally a report is written in a TeX file in the folder report. You can compile it with pdflatex in order to read it after.

Requirements

The code is Parallelized with OpenMP. On a Debian system you can run the following command to install it:

sudo apt install libomp-dev

About

The work done during my internship in TU Delft in 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published