view python/requirements.txt @ 1000:7fffdf819f5c

Added tag OpenCV3 and Python3 for changeset 8bcac18c2b55
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sun, 27 May 2018 23:24:51 -0400
parents 0c1fed9e8862
children
line wrap: on
line source

matplotlib
numpy

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

Computer Vision (cvutils.py): opencv, scikit-image
Statistics and machine learning (ml.py): scipy, scikit-learn
Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely
Tabular data loading/processing (storage.py): pandas