Skip to content

Image and Video Abstraction by Anisotropic Kuwahara Filtering

License

Notifications You must be signed in to change notification settings

jkyprian/gpuakf

Repository files navigation

gpuakf

Image and Video Abstraction by Anisotropic Kuwahara Filtering

This program implements an automatic image and video abstraction technique based on the anisotropic Kuwahara filter. It was written by Jan Eric Kyprianidis while working as a research scientist for the computer graphics systems group of the Hasso-Plattner-Institut at the University of Potsdam, Germany.

A detailed discussion of the implementation can be found in the GPU Pro book (Kyprianidis & et al., 2010). For more details on technical aspects see (Kyprianidis et al., 2009).

Screenshot

Building

Building requires the Qt cross platform toolkit. Recommended Qt version is 4.7.2. The program has been tested to successfully build with Visual Studio 2008 on Windows, Qt Creator SDK 2.1.0 on Mac OS X and the default toolchain on Ubuntu 10.10. See build.bat/build.sh to get started. Video processing is only available on Mac OS X and Windows and requires Apple QuickTime. The Apple QuickTime SDK for Windows can be downloaded here.

Related Publications