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

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

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