diff 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
line wrap: on
line diff
--- a/tracking.cfg	Fri May 23 10:35:51 2014 -0400
+++ b/tracking.cfg	Fri May 23 16:27:26 2014 -0400
@@ -14,6 +14,8 @@
 distortion-coefficients = -0.00091816
 # undistorted image multiplication
 undistorted-size-multiplication = 1.31
+# 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
+interpolation-method = 1
 # filename of the mask image (where features are detected)
 mask-filename = none
 # undistort the video for feature tracking