comparison python/requirements.txt @ 816:0b03218cd008

merged
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sat, 18 Jun 2016 14:26:50 -0400
parents 0ae57c76f19c
children 0c1fed9e8862
comparison
equal deleted inserted replaced
815:daa992ac6b44 816:0b03218cd008
3 3
4 The following libraries are necessary for (sometimes very) specific classes/functions. 4 The following libraries are necessary for (sometimes very) specific classes/functions.
5 5
6 CV functionalities (cvutils.py): opencv 6 CV functionalities (cvutils.py): opencv
7 Image functionalities (cvutils.py): Python Image Library (new version is called Pillow) 7 Image functionalities (cvutils.py): Python Image Library (new version is called Pillow)
8
9 Machine learning (ml.py): scipy 8 Machine learning (ml.py): scipy
10
11 Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely 9 Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely
10 Tabular data loading/processing (storage.py): pandas