Simple* bilateral filter
========================

Copyright (C) 2010 David Beynon <dave@spectral3d.co.uk.org>

Based on gimp plugin framework (C) 2000-2003  Michael Natterer <mitch@gimp.org>

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

