Determine the Center of Rotation from a set of images
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
Morgan Facchin
2019-8-19
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 ;)
采纳的回答
Image Analyst
2017-5-12
Maybe use optical flow? Not sure it's any better than the method you're already using though.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!