Telecommunication-Telemedia-Assessment / SITI

Command-line tool for calculating Spatial Information / Temporal Information according to ITU-T P.910
Other
38 stars 12 forks source link

build on Ubuntu 16.04 #20

Closed haiqwang closed 3 years ago

haiqwang commented 3 years ago

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?

slhck commented 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.

haiqwang commented 3 years ago

Got it. Thanks.