Mercurial > hg > nsaunier > traffic-intelligence
view python/tests/storage.txt @ 216:51acf43e421a
modified the function to read and save images from a movie
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 21 Jun 2012 00:57:26 -0400 |
| parents | 5e2983b05d4e |
| children | dc1faa7287bd |
line wrap: on
line source
>>> from storage import * >>> loadPrototypeMatchIndexesFromSqlite("nonexistent") DB Error: no such table: prototypes [] >>> loadTrajectoriesFromSqlite("nonexistent", 'feature') DB Error: no such table: positions []
