Closed haiqwang closed 3 years ago
You can see the modifications made at the time here: https://github.com/Telecommunication-Telemedia-Assessment/SITI/pull/16/files
That said, if you want a quick solution that works on any operating system, you can use a Python version. There is a library here and a CLI version here. There is also another Python script in this repo, but it has minor inconsistencies with respect to the other libraries.
Got it. Thanks.
I was trying to build on Ubuntu 16.04 following the given instructions. Unfortunately, I run into the config error related to opencv.
main.cpp:28:28: fatal error: opencv2/core.hpp: No such file or directory
I also found that this repo no longer supports 16.04 #13 . What are the modifications needed to compile on 16.04?