Motion blur accounting for parallax motion.
Project is set up as an eclipse project, and should be able to be easily imported.
Rootbeer is required for proper functioning. To install rootbeer:
- Download the source code from the link above
- Navigate to the download location and run
ant
to compile project - Run pack-rootbeer in order to generate the JAR for your system
- Copy the generated Rootbeer.jar into the lib directory
The program is to be run from command line. The arguments are as follows:
-a <arg> Angle, in degrees
-d <arg> Depthmap image
-g Process images on GPU
-help Print this message
-i <arg> Input image
-l <arg> Blur length
-m Use linear motion blue only (no parallax)