Simple* bilateral filter ======================== Copyright (C) 2010 David Beynon Based on gimp plugin framework (C) 2000-2003 Michael Natterer This package implements a simple detail enhancement algorithm based on a simplified bilateral filter. The main features are as follows: - O(1) filtering algorithm makes performance almost independent of filter radius. - Make anyone look ugly. The anti surface blur! To build and install it, just ... ./configure make make install