blob: b6267f756210b69bb1ab07fc2f0b56e5589ebfac [file] [log] [blame]
Jack Jansend35509a2000-09-22 12:46:19 +00001ExtPixMapWrapper.py
2ImageMac.py
3Hello these are the classes to deal with Images and NumPy arrays I told
4you about. I left everything unchanged, it is the same copy I use with
5comments added. However I think that in ImageMac the only part worth including
6in MacPython (if you think it is worth), is the first half, until GimmeImage.
7After that it is almost rubbish I used in my CV experiments.
8
9MovieUtils.py
10This is another class I use. IT contais a lot of my experiments (unuseful), but
11the first function GetFrames(). it is almost the translation of a QT sample.
12GetMovieFromOpenFile() it is the usual shortcut to get a movie. (no error tracking
13done).
14The class ExtMovie requires a movie in the constructor and then
15provides a method to take every single frame and convert it to an
16Image or a NUmPy array.
17If you think that it can be included in the qt examples I'll write comments and
18polish it a bit. (exceptions handling)
19
20 Riccardo Trocca
21
22P.S. Everything works with 2.0b1