  IMPROV v5.0
---------------

"See it live at the Improv ..."

This is a reworking of the ximprov tool. It separates the GUI from the image 
processing routines using a plugin system, and uses QT (www.troll.no) for 
the GUI.

IMPORTANT: Before compiling, please note that most systems *will* require the
parameter "--enable-mt" to be passed to configure.  To be on the safe side, 
it's recommended you always specify this parameter.

Plugins: Improv now uses the BGR 32 bit format for colour images exclusively 
(order being BGRa). This was neccessary to simplify the interface to QT and 
Video 4 Linux (and thus provide a FPS increase). Use the routinues in the FW 
library to convert between formats (if neccessary).

Camera Drivers: To implement additional Camera drivers, simply implement the 
Camera class, and add the appropriate code to imageSeq and ImprovQTOpt. 
See the classes QuickCam and V4LCamera as examples.
