Mercurial > hg > pymctf
comparison README @ 2:f22cbbbb6814
enable psyco, add README
author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
---|---|
date | Thu, 06 Sep 2007 14:18:51 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:b67c5ec1a9f0 | 2:f22cbbbb6814 |
---|---|
1 Motion-compensated temporal filtering for Python | |
2 | |
3 See J.R. Ohm, Interframe Wavelet Coding -- motion picture representation | |
4 for universal scalability, 2004. | |
5 | |
6 Only Haar filtering is implemented. | |
7 | |
8 Dependencies: pywt, numpy, PIL, pysco |