Mercurial > hg > nsaunier > traffic-intelligence
comparison tracking.cfg @ 803:f7cf43b5ad3b dev
work in progress on stabilization
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 01 Jun 2016 01:55:45 -0400 |
| parents | 56153d439f8c |
| children |
comparison
equal
deleted
inserted
replaced
| 802:d3e8dd9f3ca4 | 803:f7cf43b5ad3b |
|---|---|
| 18 interpolation-method = 1 | 18 interpolation-method = 1 |
| 19 # filename of the mask image (where features are detected) | 19 # filename of the mask image (where features are detected) |
| 20 mask-filename = none | 20 mask-filename = none |
| 21 # undistort the video for feature tracking | 21 # undistort the video for feature tracking |
| 22 undistort = false | 22 undistort = false |
| 23 # load features from database | 23 # threshold the robust RANSAC method to compute the homography with respect to the reference video frame for stabilization |
| 24 load-features = false | 24 stabilize-ransac-reproj-threshold = 3.0 |
| 25 # display trajectories on the video | 25 # filename of the video frame used to compute the homography |
| 26 display = false | 26 frame-homography-filename = none |
| 27 # stabilize the video for feature tracking (if slight motion) | |
| 28 stabilize = false | |
| 27 # original video frame rate (number of frames/s) | 29 # original video frame rate (number of frames/s) |
| 28 video-fps = 29.97 | 30 video-fps = 29.97 |
| 29 # number of digits of precision for all measurements derived from video | 31 # number of digits of precision for all measurements derived from video |
| 30 # measurement-precision = 3 | 32 # measurement-precision = 3 |
| 31 # first frame to process | 33 # first frame to process |
