Skip to content

jonhare/COMP3005

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#COMP3005 Interactive Demos, Slides and Handouts

This Github repository stores the lecture materials for part 2 of the COMP3005 Computer Vision course 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/COMP3005-1.0-SNAPSHOT-jar-with-dependencies.jar to launch the main interface.

About

COMP3005 Computer Vision Part II - Lecture Materials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages