[PyQt] PyQt and image processing

Hans Meine meine at informatik.uni-hamburg.de
Sun Apr 13 12:35:08 BST 2008


Hi Laura,

On Samstag 12 April 2008, Laura X wrote:
> So, are there PyQt applications/examples on image processing? Using
> PIL or OpenCV? Is it possible to load an AVI file and process the data
> in PyQt?

I am personally using the VIGRA library for image processing, but its python 
bindings have not been officially released.  However, you might want to have 
a look at VigraQt, which contains an image viewer (and the corresponding 
python bindings) that you may use to display QImages:
http://kogs-www.informatik.uni-hamburg.de/~meine/software/vigraqt/
(including zooming, panning etc.)

For filtering etc., you might have a look at scipy.ndimage.

This way, you would have the following responsibilities:
PyQt: GUI
VigraQt: image viewer
scipy.ndimage: image processing and filtering

Ciao, /  /                                                    .o.
     /--/                                                     ..o
    /  / ANS                                                  ooo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20080413/b1574a6c/attachment.bin


More information about the PyQt mailing list