Vidiff 1.0
==========
Authors: Lukas Klicnar   (iklicnar@fit.vutbr.cz)
         Vitezslav Beran (beranv@fit.vutbr.cz)

The software for video-sequence difference detection and analysis. Two input video-sequences are analyzed and compared and differences in visual content (new, removed or changed parts) are reported as the result of the comparison process. The tool contains graphical user interface for effective and intuitive usage.


Content
-------
src      - All source files
src/core - Video sequence comparison library, can be used separately
src/gui  - GUI tool based on the library
doc      - Simple description of how to use the GUI tool (in Czech only)


Requirements
------------
This application needs the following libraries to be compiled and it was tested with the exact versions stated in brackets (it will probably work with lower versions too):

-OpenCV 2 (2.4.7)
-Qt 5 (5.1.1)


Installation
------------
This application is provided in the form of source codes only, so you have to compile it first.

1) Add your include paths for all necessary libraries to src/core/core.pro and src/gui/gui.pro
2) Add your lib paths for all necessary libraries to src/gui/gui.pro
3) Run qmake on src/vidiff.pro
4) Run make
5) Run the application

It can also be easilly compiled with Qt Creator IDE. The tool is platform-independent, it should work at least at Windows and Linux.
