Re: [PyQt] PyQt and image processing

2008-04-13 Thread Hans Meine
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

Re: [PyQt] PyQt and image processing

2008-04-12 Thread Gerard Vermeulen
On Sat, 12 Apr 2008 02:16:58 -0300 "Laura X" <[EMAIL PROTECTED]> wrote: > Dear PyQt experts, > > I am choosing a GUI toolkit for developing an application > (cross-platform) and PyQt seems to be simpler/more-intuitive for > programming than others. My application will have some basic image > proc

[PyQt] PyQt and image processing

2008-04-11 Thread Laura X
Dear PyQt experts, I am choosing a GUI toolkit for developing an application (cross-platform) and PyQt seems to be simpler/more-intuitive for programming than others. My application will have some basic image processing (transformations, filtering, pattern recognition (e.g., with convolution), etc