jonhare / COMP3204

COMP3204/COMP6223 Computer Vision (Part II Lecture Materials)

Home Page:http://comp3204.ecs.soton.ac.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COMP3204 Interactive Demos, Slides and Handouts

This Github repository stores the lecture materials for part 2 of the COMP3204 Computer Vision module at the University of Southampton. The lectures presentations themselves are interactive slidesets created using OpenIMAJ.

From this page you can get the source-code for the presentations, which you can build yourself following the instructions below. If you just want to run the presentations for yourself, you can download the latest version of the pre-compiled runnable jar from here. More details, as well as PDF versions of the handouts and slides, are available here.

Operating the presentations

The launcher program that opens when you run the jar is self explanatory, but once you've opened a presentation or demo you can make it full screen by pressing "f" (press again to exit). For the presentations you can use the left and right arrow keys to navigate. Note that on some of the interactive slides, you might need to click on the slide background for the arrow keys to work if you clicked on any controls other than buttons.

Building & running the code

You need to have Apache Maven installed to build the code (it should work with Maven 2 or Maven 3). Fork or clone the repository (or download a source tarball/zipball) & then from the command line navigate to the app directory within the source tree. Run mvn install assembly:assembly to build the presentation, and use java -jar target/COMP3204-1.0-SNAPSHOT-jar-with-dependencies.jar to launch the main interface.

About

COMP3204/COMP6223 Computer Vision (Part II Lecture Materials)

http://comp3204.ecs.soton.ac.uk

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%