# HG changeset patch # User Nicolas Saunier # Date 1360709533 18000 # Node ID 4a8b6a2de82f3beb51c9b866cd9db9f8a30ffa06 # Parent f6f423e25c7f0d99d40fb0afb9de279d8a30402f added requirements for Python code diff -r f6f423e25c7f -r 4a8b6a2de82f python/requirements.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python/requirements.txt Tue Feb 12 17:52:13 2013 -0500 @@ -0,0 +1,11 @@ +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 + +Machine learning (ml.py): scipy + +Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely