Mercurial > hg > nsaunier > traffic-intelligence
comparison tracking.cfg @ 509:935430b1d408
corrected mask bug in feature tracking, updated display-trajectories to display on undistorted image
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 23 May 2014 16:27:26 -0400 |
| parents | 6f7fa0093162 |
| children | 5ad2f51ae42f |
comparison
equal
deleted
inserted
replaced
| 508:6f7fa0093162 | 509:935430b1d408 |
|---|---|
| 12 distortion-coefficients = 0.00030756 | 12 distortion-coefficients = 0.00030756 |
| 13 distortion-coefficients = -0.00020578 | 13 distortion-coefficients = -0.00020578 |
| 14 distortion-coefficients = -0.00091816 | 14 distortion-coefficients = -0.00091816 |
| 15 # undistorted image multiplication | 15 # undistorted image multiplication |
| 16 undistorted-size-multiplication = 1.31 | 16 undistorted-size-multiplication = 1.31 |
| 17 # Interpolation method for remapping image when correcting for distortion: 0 for INTER_NEAREST - a nearest-neighbor interpolation; 1 for INTER_LINEAR - a bilinear interpolation (used by default); 2 for INTER_CUBIC - a bicubic interpolation over 4x4 pixel neighborhood; 3 for INTER_LANCZOS4 | |
| 18 interpolation-method = 1 | |
| 17 # filename of the mask image (where features are detected) | 19 # filename of the mask image (where features are detected) |
| 18 mask-filename = none | 20 mask-filename = none |
| 19 # undistort the video for feature tracking | 21 # undistort the video for feature tracking |
| 20 undistort = true | 22 undistort = true |
| 21 # load features from database | 23 # load features from database |
