Effacer les filtres
Effacer les filtres

Determine the Center of Rotation from a set of images

4 vues (au cours des 30 derniers jours)
James Eder
James Eder le 12 Mai 2017
Commenté : Morgan Facchin le 19 Août 2019
I would like an efficient algorithm to determine the center of rotation from a set of N images. The set of images are of the same scene in which the camera was rotated by a mechanical axis. For sure, the center of rotation is within the image, very close to the center of the image. I do know the amount of angular rotation of scene for each image, as this was commanded by the robot.
I can envision a brute force method using image registration with 3 dof (x,y,theta). However, I feel that there exists a more elegant way to get this done using a transform or some other method like taking the average of all images and looking for the "North Star" point. Thanks.
  1 commentaire
Morgan Facchin
Morgan Facchin le 19 Août 2019
Hello,
This post is a bit old but I'm asking anyway, I am trying so do the exact same thing, did you find any nice way of doing it? I also had that "North Star" thought but still can't do anything satisfactory!
Thanks ;)

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 12 Mai 2017
Maybe use optical flow? Not sure it's any better than the method you're already using though.
  1 commentaire
James Eder
James Eder le 12 Mai 2017
Thank you for the suggestion. It certainly points me in a direction I had not considered.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Geometric Transformation and Image Registration dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by