- https://www.mathworks.com/help/vision/ref/triangulate.html (Triangulate)
- https://www.mathworks.com/help/vision/ref/triangulatemultiview.html#bu4s48j-6
- https://www.mathworks.com/help/vision/ref/plotcamera.html (Plotcamera)
- https://www.mathworks.com/help/vision/ref/bundleadjustment.html (Bundle Adjustment)
- https://www.mathworks.com/help/vision/examples/monocular-visual-simultaneous-localization-and-mapping.html (Visual SLAM)
SURFPoints: Is it possible to rotate features of SURFPoints?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (1)
Prabhan Purwar
il 25 Ago 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:
0 Commenti
Vedere anche
Categorie
Scopri di più su Feature Detection and Extraction in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!