annotate python/requirements.txt @ 811:429bb43e8278 opencv3

switching the branches to correct names (opencv3.1 is old code previously updated to OpenCV3 and default is now updated to OpenCV 2.4.13
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 10 Jun 2016 15:44:37 -0400
parents 9c1818a71c9c
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