Borrar filtros
Borrar filtros

Determine the Center of Rotation from a set of images

4 visualizaciones (últimos 30 días)
James Eder
James Eder el 12 de Mayo de 2017
Comentada: Morgan Facchin el 19 de Ag. de 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 comentario
Morgan Facchin
Morgan Facchin el 19 de Ag. de 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 ;)

Iniciar sesión para comentar.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by