lagadic / vision_visp

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

how can i create or add the new models to visp_tracker? #119

Open Masoumehrahimi opened 2 years ago

Masoumehrahimi commented 2 years ago

hi

sorry, how can i create or add new models/images to visp_tracker?? I want to test my image captured by the RGBD camera. how can i add my image to this pakage, and then test it to see it works fine or not?

thanks

fspindle commented 2 years ago

You can use the existings tutorials build in visp-build/tutorial/tracking/model-based/ and just use the command line options to try with you model and images

See this tutorial or this other tutorial.