Skip to content
Luis Günther edited this page Dec 5, 2023 · 9 revisions

This software project consists of three different parts, which are explained further in their corresponding sites.

For getting an overview on how to use the modules please refer to the user documentation. For learning more about the build process and how to run the modules please refer to the build documentation. For getting more information about the software architecture and it's design please refer to the design documentation.

The first part (Library 1) is a video generator. The tool takes several images and bundles them into a single video file.

The second part (Library 2) is a difference generator. It takes two videos as a input and compares them frame by frame. Then the differences between each two frames are computed and the new frame with the highlighted differences is put into a difference video.

The third and final part is a graphical user interface (GUI), which is meant to provide a simple method of using Library 2. Therefore it provides the possibility to select two videos, compute their differences and let the users evaluate these differences and the original videos side-by-side.

Clone this wiki locally