annotate python/requirements.txt @ 339:9c1818a71c9c

minor
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 19 Jun 2013 22:56:21 -0400
parents 4a8b6a2de82f
children 0ae57c76f19c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
298
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
1 matplotlib
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
2 numpy
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
3
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
4 The following libraries are necessary for (sometimes very) specific classes/functions.
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
5
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
6 CV functionalities (cvutils.py): opencv
339
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents: 298
diff changeset
7 Image functionalities (cvutils.py): Python Image Library (new version is called Pillow)
298
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
8
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
9 Machine learning (ml.py): scipy
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
10
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
11 Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely