[artoolkit-commits] artoolkit/util/calib_distortion calib_dist.h,1.2,1.3
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-09-15 00:52:32
|
Update of /cvsroot/artoolkit/artoolkit/util/calib_distortion In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18155 Modified Files: calib_dist.h Log Message: Change threshold to match calib_camera2 value. Index: calib_dist.h =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/util/calib_distortion/calib_dist.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** calib_dist.h 14 Sep 2005 19:11:16 -0000 1.2 --- calib_dist.h 15 Sep 2005 00:52:25 -0000 1.3 *************** *** 4,8 **** #include <AR/gsub_lite.h> ! #define THRESH 150 #define H_NUM 6 #define V_NUM 4 --- 4,8 ---- #include <AR/gsub_lite.h> ! #define THRESH 100 #define H_NUM 6 #define V_NUM 4 |