ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

using VISP package for feature tracking in any types of image

asked 2021-11-22 09:46:00 -0600

Delbina gravatar image

hi everyone,

as I checked the VISP pakage (http://wiki.ros.org/visp), in one of its applications, it uses the QR code as a template for feature tracking. Is it possible that instead of QR code, any other image be used? for instance picture of a building??

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-11-24 13:16:23 -0600

osilva gravatar image

The short answer is yes. You can use basically any picture to do object tracking. QR Codes are 'easier' to detect due to squarish structure/ black and white + they carry information that can be decoded so they can be used for multiple purposes.

If you want to use an image instead, then you can use for example Brute-Force Matching with SIFT Descriptors: https://docs.opencv.org/4.x/dc/dc3/tu... but that's one of many techniques used in Computer Vision.

image description

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-11-22 09:46:00 -0600

Seen: 78 times

Last updated: Nov 24 '21