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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to