Mercurial > hg > pymctf
changeset 2:f22cbbbb6814
enable psyco, add README
author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
---|---|
date | Thu, 06 Sep 2007 14:18:51 +0200 |
parents | b67c5ec1a9f0 |
children | 0e5a584fd6b2 |
files | README pymctf.py |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Thu Sep 06 14:18:51 2007 +0200 @@ -0,0 +1,8 @@ +Motion-compensated temporal filtering for Python + +See J.R. Ohm, Interframe Wavelet Coding -- motion picture representation +for universal scalability, 2004. + +Only Haar filtering is implemented. + +Dependencies: pywt, numpy, PIL, pysco