lagadic / vision_visp

ViSP stack for ROS
http://wiki.ros.org/vision_visp
GNU General Public License v2.0
181 stars 88 forks source link

i lost track sometimes when i move the QR marker, any thing i can do about it? i can sacrifice some accuracy if needed #62

Open wanghetongtt opened 7 years ago

fspindle commented 7 years ago

One possible reason is that the pixel displacement in 2 successive images is larger than the range of the tracker (http://visp-doc.inria.fr/doxygen/visp-daily/tutorial-tracking-mb.html#mb_settings). Evaluate you displacement and set the range accordingly (ie if displacement = 20 pixels, set range to 25)