- 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 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Prabhan Purwar
2020 年 8 月 25 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Feature Detection and Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!