comparison tracking.cfg @ 506:13d4eb96a751

added needed parameters
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 28 Apr 2014 18:18:14 -0400
parents 30b3455978d9
children 081a9da6f85b
comparison
equal deleted inserted replaced
494:41a72146685e 506:13d4eb96a751
2 video-filename = laurier.avi 2 video-filename = laurier.avi
3 # filename of the database where results are saved 3 # filename of the database where results are saved
4 database-filename = laurier.sqlite 4 database-filename = laurier.sqlite
5 # filename of the homography matrix 5 # filename of the homography matrix
6 homography-filename = laurier-homography.txt 6 homography-filename = laurier-homography.txt
7 # filename of the homography matrix
8 intrinsic-camera-filename = intrinsic-camera.txt
9 # -0.11759321 0.0148536 0.00030756 -0.00020578 -0.00091816
10 distortion-coefficients = -0.11759321
11 distortion-coefficients = 0.0148536
12 distortion-coefficients = 0.00030756
13 distortion-coefficients = -0.00020578
14 distortion-coefficients = -0.00091816
15 # undistorted image multiplication
16 undistorted-size-multiplication = 1.31
7 # filename of the mask image (where features are detected) 17 # filename of the mask image (where features are detected)
8 mask-filename = none 18 mask-filename = none
9 # load features from database 19 # load features from database
10 load-features = false 20 load-features = false
11 # display trajectories on the video 21 # display trajectories on the video