view python/requirements.txt @ 1010:c90c4682c67e

concatenateWith,addFeatures,delFeatures,updatePosition, (new functions) ; concatenate (update) : from line 1145 to 1320
author Wendlasida
date Fri, 25 May 2018 15:14:27 -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