For compiling the code you required intel ipp version 6. and qt4. Install both first, then proceed as follows:

Installation instructions.

1.- Install code in any directory (example used here /home/user/cv/)
2.- cd /home/user/cv/libQGLViewer-2.3.4/
3.- compile
  a.- qmake
  b.- make
4.- cd /home/user/cv/CVFramework
5.- edit "cvframework.pro"
  a.- change line "CV_PATH = $$(HOME)/test2" to "CV_PATH = /home/user/cv"
6.- compile
  a.- qmake
  b.- make
7.- cd /home/user/cv/testApplication
8.- edit "testapplication.pro"
  a.- change line "CV_PATH = $$(HOME)/test2" to "CV_PATH = /home/user/cv"
  b.- change line "IPP_PATH = /opt/intel/ipp" to your ipp installation path.
9.- compile
  a.- qmake
  b.- make
10.- cd bin
11.- edit sequence.xml
  a.- change all "<value>" string parameters to your sample data directory.
13.- add "/home/user/cv/CVFramework/lib:/home/user/cv/libQGLViewer-2.3.4/QGLViewer" to LD_LIBRARY_PATH.
12.- ./testApplication


The programm is intuitive and easy to use. The parameter editor offers a whole set of parameters that can be set to change the output and test different methods and parameter combinations. Each parameter shows a tooltip that documents its use.

Enjoy!

Questions to Hernan Badino: hernan.badino@gmail.com
