GradientShop

GradientShop is a new way for graphics programmers to define image and video filters. Instead of simply writing a function that processes the input pixel colors, the framework also allows the programmer to process the input pixel gradients (i.e., differences between pixel neighbors). This simple shift in the filter paradigm allows the creation of powerful image processing applications with very few lines of code. Each filter shown here was written using less than 200 lines of C++ code by leveraging the GradientShop API.

To demonstrate the utility of the GradientShop API we have developed several image processing applications, which include: saliency sharpening, non-photorealistic rendering, de-blocking, video de-flickering, psuedo image re-lighting and sparse data interpolation (e.g., colorization).

GradientShop

Home | Privacy Policy | Terms of Use | Advertise | About Us | Contact Us | Copyright © 2012 Computer Vision Online. All Rights Reserved.