SURFPoints: Is it possible to rotate features of SURFPoints?

1 view (last 30 days)
I want location my camera with image by matlab's function "extrinsicsToCameraPose" and data set of SURFPoints and their features and their location in the world. I use matlab's functions 'matchFeatures' and 'estimateFundamentalMatrix' to get points with location folowing the data set. The data set was taken from image of the same building of my image but the angle is very big, so it's dificult to get good Match. I know there is a way to rotate the features of SURFPoints, but I dont know how to do it in matlab. I attach 2 images to example.

Answers (1)

Prabhan Purwar
Prabhan Purwar on 25 Aug 2020
Kindly have a look at the following example using SURF features for feature matching https://www.mathworks.com/help/vision/examples/find-image-rotation-and-scale-using-automated-feature-matching.html
and make use of Triangulate/ TriangulateMultiview function to get the camera location. You may refine the location of the camera using BundleAdjustment.
For more advanced implementation refer to visual SLAM.
For more details refer to the following links:

Tags

Community Treasure Hunt

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

Start Hunting!