Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use homography as a visual feature #1394

Open
angeelalg opened this issue Apr 26, 2024 · 0 comments
Open

Use homography as a visual feature #1394

angeelalg opened this issue Apr 26, 2024 · 0 comments

Comments

@angeelalg
Copy link

Hello!

I would like to make a visual servoing with which I can move my Pan-Tilt always to the same position. For this I will have a reference image taken at the desired target location.
The idea is, starting from a position different from the reference one but with some overlap, to calculate the matching of characteristic points (SIFT, FLANN, RANSAC...) with respect to the reference image and with them the homography. I have already made this development with openCV and I have converted the center of the image with the homography to calculate the error and command velocities to my pan tilt with a simple proportional control.

My solution works but I think it is more scalable and would be more robust using ViSP. How could I use homography as a visual feature for even visual servoing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant