Skip to content

jonhare/MakeItDigital-Vision-Talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBC Make It Digital Roadshow Computer Vision Talk

This Github repository stores the interactive slides for the computer vision talk at the BBC Make It Digital Roadshow at the 2015 Bournemouth Air Festival. The talk was developed by Dr Jonathon Hare from the Department of Electronics and Computer Science at the University of Southampton. The slides were built using OpenIMAJ.

From this page you can get the source-code for the presentation, which you can build yourself following the instructions below. If you just want to run the presentation, you can download the latest version of the pre-compiled runnable jar from here.

##Operating the presentation You'll need a recent version of Java installed to run the presentation. Most of the interactive demos require a webcam to be plugged in, although the actual presentation should launch without one.

On most systems you should just be able to double click the jar file for it to launch. 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 the source zip) & then from the command line navigate to the root directory of the source tree. Run mvn install assembly:assembly to build the presentation, and use java -jar target/MakeItDigitalVision-1.0-SNAPSHOT-jar-with-dependencies.jar to launch the presentation.

About

Interactive slides for my computer vision talk at the BBC Make It Digital Roadshow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages