view python/requirements.txt @ 882:4749b71aa7fb

corrected bugs in storage.py when having configuration files and other files in different directories: everything should be relative to directory of command line when running the program (see FAQ)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 15 Mar 2017 12:36:03 -0400
parents 0ae57c76f19c
children 0c1fed9e8862
line wrap: on
line source

matplotlib
numpy

The following libraries are necessary for (sometimes very) specific classes/functions.

CV functionalities (cvutils.py): opencv
Image functionalities (cvutils.py): Python Image Library (new version is called Pillow)
Machine learning (ml.py): scipy
Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely
Tabular data loading/processing (storage.py): pandas