Software to draw strength lines on image
This software can be found as a standalone application for Windows and Linux.
Files can be found here : wiki de dsl
If you want to build from source, you have to download and install Qt (>=5.5) :
Open the dsl.pro file with QtCreator.
With a terminal, go to the dsl directory where you have the file dsl.pro. Then :
qmake
make
dsl executable file will be generate in the directory. Launch it with : ./dsl
Open the mingw terminal installed with the Qt library. You can find it in Qt subdirectory (for example C:\Qt\6.4.0\mingw_64). With this terminal, go to the directory where you can find the dsl.pro file. Then :
̀qmake`
mingw32-make
A release directory will be created where you can execute the software : cd release dsl.exe