changeset 319:6b65b26c1e46

minor
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 06 May 2013 15:27:11 +0200
parents 82a8fba99bec
children 419f30491a4b
files python/cvutils.py tracking.cfg
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/python/cvutils.py	Sun Apr 21 22:38:16 2013 -0400
+++ b/python/cvutils.py	Mon May 06 15:27:11 2013 +0200
@@ -188,7 +188,7 @@
         return p
 
 def project(homography, p):
-    '''Returns the coordinates of the projection of the point p
+    '''Returns the coordinates of the projection of the point p with coordinates p[0], p[1]
     through homography'''
     from numpy import array
     return projectArray(homography, array([[p[0]],[p[1]]]))
--- a/tracking.cfg	Sun Apr 21 22:38:16 2013 -0400
+++ b/tracking.cfg	Mon May 06 15:27:11 2013 +0200
@@ -1,11 +1,11 @@
 # filename of the video to process
-video-filename = ~/Research/Data/minnesota/Rice-and-University-12_50.avi
+video-filename = laurier.avi
 # filename of the database where results are saved
-database-filename = ~/Research/Data/minnesota/results.sqlite
+database-filename = laurier.sqlite
 # filename of the homography matrix
-homography-filename = ~/Research/Data/minnesota/Rice-and-University-12_50-homography.txt
+homography-filename = laurier-homography.txt
 # filename of the mask image (where features are detected)
-mask-filename = ~/Research/Data/minnesota/Rice-and-University-12_50-mask.png
+mask-filename = none
 # load features from database
 load-features = false
 # display trajectories on the video