Skip to content

Graphical User Interface: QT

Andrews Sobral edited this page Mar 19, 2017 · 10 revisions

BGSLibrary v2.0.0 with QT GUI

BGSLibrary QT GUI

Building QT GUI from Linux / Mac OS X

  • Dependencies:

    • OpenCV 2.x or 3.x
    • Qt 5 library (Tested with Qt 5.6.2)
  • Installing dependencies on Mac OS X:

brew install opencv3 --with-ffmpeg --with-qt5 --HEAD
brew link --overwrite --dry-run opencv3
  • Step-by-step Instructions
git clone https://github.com/andrewssobral/bgslibrary.git

cd bgslibrary/gui_qt/build
cmake ..
make

cp bgslibrary_gui ../../ 

./bgslibrary_gui 

BGSLibrary QT GUI

Clone this wiki locally